Html Css Color HEX #E19CAA Kobi

📋 copy color: '#E19CAA'

red 225 ◦ green 156 ◦ blue 170

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

Shades of Kobi #E19CAA

Tints of Kobi #E19CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 40.83%
G = 28.31%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E19CAA (or 0xE19CAA) is known color: Kobi. HEX triplet: E1, 9C and AA. RGB value is (225,156,170). Sum of RGB (Red+Green+Blue) = 225+156+170=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CAA is #1E6355. Grayscale: #B2B2B2. Windows color (decimal): -1991510 or 11181281. OLE color: 11181281.

HSL color Cylindrical-coordinate representation of color #E19CAA: hue angle of 347.83º 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 #E19CAA is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 156 170 -
CMYK 0 0.31 0.24 0.12
HSL 347.83º 0.53% 0.75% -
HSV(B) 347.83º 0.31% 0.88% -
XYZ 50.2 42.69 43.62 -
YUV 178.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 225 156 170 0 0.31 0.24 0.12 347.83 0.53 0.75
Hex E1 9C AA 0 1F 18 C 15C 35 4B
Octal 341 234 252 0 37 30 14 534 65 113
Binary 11100001 10011100 10101010 0 11111 11000 1100 101011100 110101 1001011

Color Harmonies of #E19CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19CAA

Black with #E19CAA

Text Example


Text Example

White with #E19CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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