Html Css Color HEX #E19CA9 Kobi

📋 copy color: '#E19CA9'

red 225 ◦ green 156 ◦ blue 169

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

Shades of Kobi #E19CA9

Tints of Kobi #E19CA9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

 BLUE value IS 169 (66.41% from 255) = 30.73%

R = 40.91%
G = 28.36%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E19CA9 (or 0xE19CA9) is known color: Kobi. HEX triplet: E1, 9C and A9. RGB value is (225,156,169). Sum of RGB (Red+Green+Blue) = 225+156+169=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CA9 is #1E6356. Grayscale: #B2B2B2. Windows color (decimal): -1991511 or 11115745. OLE color: 11115745.

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

Color convert

RGB 225 156 169 -
CMYK 0 0.31 0.25 0.12
HSL 348.7º 0.53% 0.75% -
HSV(B) 348.7º 0.31% 0.88% -
XYZ 50.1 42.65 43.13 -
YUV 178.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 225 156 169 0 0.31 0.25 0.12 348.7 0.53 0.75
Hex E1 9C A9 0 1F 19 C 15D 35 4B
Octal 341 234 251 0 37 31 14 535 65 113
Binary 11100001 10011100 10101001 0 11111 11001 1100 101011101 110101 1001011

Color Harmonies of #E19CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CA9

Black with #E19CA9

Text Example


Text Example

White with #E19CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CA9; }

 p { color: rgb(225,156,169); }

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

background-color css

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

 a { background-color: rgb(225,156,169); }

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

border-color css

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

 span { border-color: rgb(225,156,169); }

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