#E09CA4

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

Shades of Kobi #E09CA4

Tints of Kobi #E09CA4

Color information

#E09CA4 (or 0xE09CA4) is unknown color: approx Kobi. HEX triplet: E0, 9C and A4. RGB value is (224,156,164). Sum of RGB (Red+Green+Blue) = 224+156+164=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09CA4 is #1F635B. Grayscale: #B1B1B1. Windows color (decimal): -2057052 or 10788064. OLE color: 10788064.

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

Color convert

RGB224156164-
CMYK00.300.270.12
HSL352.94º52.31%74.51%-
HSV(B)352.94º30.36%87.84%-
XYZ49.3342.340.69-
YUV177.24120.53161.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=41.18%
G=28.68%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415616400.300.270.12352.9452.3174.51
HexE09CA401E1BC161344b
Octal340234244036331454164113
Binary1110000010011100101001000111101101111001011000011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09CA4; }

 p { color: rgb(224,156,164); }

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

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

 a { background-color: rgb(224,156,164); }

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

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

 span { border-color: rgb(224,156,164); }

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