Html Css Color HEX #E09EAF Kobi

📋 copy color: '#E09EAF'

red 224 ◦ green 158 ◦ blue 175

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

Shades of Kobi #E09EAF

Tints of Kobi #E09EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.42%

R = 40.22%
G = 28.37%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E09EAF (or 0xE09EAF) is known color: Kobi. HEX triplet: E0, 9E and AF. RGB value is (224,158,175). Sum of RGB (Red+Green+Blue) = 224+158+175=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09EAF is #1F6150. Grayscale: #B3B3B3. Windows color (decimal): -2056529 or 11509472. OLE color: 11509472.

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

Color convert

RGB 224 158 175 -
CMYK 0 0.29 0.22 0.12
HSL 344.55º 0.52% 0.75% -
HSV(B) 344.55º 0.29% 0.88% -
XYZ 50.71 43.4 46.26 -
YUV 179.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 224 158 175 0 0.29 0.22 0.12 344.55 0.52 0.75
Hex E0 9E AF 0 1D 16 C 159 34 4B
Octal 340 236 257 0 35 26 14 531 64 113
Binary 11100000 10011110 10101111 0 11101 10110 1100 101011001 110100 1001011

Color Harmonies of #E09EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EAF

Black with #E09EAF

Text Example


Text Example

White with #E09EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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