#E29CAA

Color #E29CAA Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E29CAA

Tints of Kobi #E29CAA

Color information

#E29CAA (or 0xE29CAA) is unknown color: approx Kobi. HEX triplet: E2, 9C and AA. RGB value is (226,156,170). Sum of RGB (Red+Green+Blue) = 226+156+170=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29CAA is #1D6355. Grayscale: #B2B2B2. Windows color (decimal): -1925974 or 11181282. OLE color: 11181282.

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

Color convert

RGB226156170-
CMYK00.310.250.11
HSL348º54.69%74.9%-
HSV(B)348º30.97%88.63%-
XYZ50.5142.8543.64-
YUV178.53123.19161.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=40.94%
G=28.26%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615617000.310.250.1134854.6974.9
HexE29CAA01F19B15c374b
Octal342234252037311353467113
Binary1110001010011100101010100111111100110111010111001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CAA; }

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

 H1.HeaderClassName
 {
   color: #E29CAA;
 }
 .AnyTagClassName
 {
   color: #E29CAA;
 }
</style>
background-color css

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

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

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

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

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

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