Html Css Color HEX #E09EAC Kobi

📋 copy color: '#E09EAC'

red 224 ◦ green 158 ◦ blue 172

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

Shades of Kobi #E09EAC

Tints of Kobi #E09EAC

RGB

 RED value IS 224 (87.89% from 255) = 40.43%

 GREEN value IS 158 (62.11% from 255) = 28.52%

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

R = 40.43%
G = 28.52%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E09EAC (or 0xE09EAC) is known color: Kobi. HEX triplet: E0, 9E and AC. RGB value is (224,158,172). Sum of RGB (Red+Green+Blue) = 224+158+172=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09EAC is #1F6153. Grayscale: #B3B3B3. Windows color (decimal): -2056532 or 11312864. OLE color: 11312864.

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

Color convert

RGB 224 158 172 -
CMYK 0 0.29 0.23 0.12
HSL 347.27º 0.52% 0.75% -
HSV(B) 347.27º 0.29% 0.88% -
XYZ 50.41 43.28 44.73 -
YUV 179.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 224 158 172 0 0.29 0.23 0.12 347.27 0.52 0.75
Hex E0 9E AC 0 1D 17 C 15B 34 4B
Octal 340 236 254 0 35 27 14 533 64 113
Binary 11100000 10011110 10101100 0 11101 10111 1100 101011011 110100 1001011

Color Harmonies of #E09EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EAC

Black with #E09EAC

Text Example


Text Example

White with #E09EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EAC; }

 p { color: rgb(224,158,172); }

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

background-color css

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

 a { background-color: rgb(224,158,172); }

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

border-color css

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

 span { border-color: rgb(224,158,172); }

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