Html Css Color HEX #E19FAC Kobi

📋 copy color: '#E19FAC'

red 225 ◦ green 159 ◦ blue 172

#E19FAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #E19FAC

Tints of Kobi #E19FAC

RGB

 RED value IS 225 (88.28% from 255) = 40.47%

 GREEN value IS 159 (62.5% from 255) = 28.6%

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 40.47%
G = 28.6%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E19FAC (or 0xE19FAC) is known color: Kobi. HEX triplet: E1, 9F and AC. RGB value is (225,159,172). Sum of RGB (Red+Green+Blue) = 225+159+172=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19FAC is #1E6053. Grayscale: #B4B4B4. Windows color (decimal): -1990740 or 11313121. OLE color: 11313121.

HSL color Cylindrical-coordinate representation of color #E19FAC: hue angle of 348.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FAC is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 159 172 -
CMYK 0 0.29 0.24 0.12
HSL 348.18º 0.52% 0.75% -
HSV(B) 348.18º 0.29% 0.88% -
XYZ 50.9 43.78 44.8 -
YUV 180.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 225 159 172 0 0.29 0.24 0.12 348.18 0.52 0.75
Hex E1 9F AC 0 1D 18 C 15C 34 4B
Octal 341 237 254 0 35 30 14 534 64 113
Binary 11100001 10011111 10101100 0 11101 11000 1100 101011100 110100 1001011

Color Harmonies of #E19FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FAC

Black with #E19FAC

Text Example


Text Example

White with #E19FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FAC; }

 p { color: rgb(225,159,172); }

 H1.HeaderClassName
 {
   color: #E19FAC;
 }
 .AnyTagClassName
 {
   color: #E19FAC;
 }
</style>

background-color css

<style>
 a { background-color: #E19FAC; }

 a { background-color: rgb(225,159,172); }

 div.DivClassName
 {
   background-color: #E19FAC;
 }
 .BgClassName
 {
   background-color: #E19FAC;
 }
</style>

border-color css

<style>
 span { border-color: #E19FAC; }

 span { border-color: rgb(225,159,172); }

 td.TdClassName
 {
   border-color: #E19FAC;
 }
 .TagClassName
 {
   border-color: #E19FAC;
 }
</style>