Html Css Color HEX #E09DA9 Kobi

📋 copy color: '#E09DA9'

red 224 ◦ green 157 ◦ blue 169

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

Shades of Kobi #E09DA9

Tints of Kobi #E09DA9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

 BLUE value IS 169 (66.41% from 255) = 30.73%

R = 40.73%
G = 28.55%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E09DA9 (or 0xE09DA9) is known color: Kobi. HEX triplet: E0, 9D and A9. RGB value is (224,157,169). Sum of RGB (Red+Green+Blue) = 224+157+169=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09DA9 is #1F6256. Grayscale: #B2B2B2. Windows color (decimal): -2056791 or 11116000. OLE color: 11116000.

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

Color convert

RGB 224 157 169 -
CMYK 0 0.30 0.25 0.12
HSL 349.25º 0.52% 0.75% -
HSV(B) 349.25º 0.3% 0.88% -
XYZ 49.96 42.83 43.17 -
YUV 178.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 224 157 169 0 0.30 0.25 0.12 349.25 0.52 0.75
Hex E0 9D A9 0 1E 19 C 15D 34 4B
Octal 340 235 251 0 36 31 14 535 64 113
Binary 11100000 10011101 10101001 0 11110 11001 1100 101011101 110100 1001011

Color Harmonies of #E09DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09DA9

Black with #E09DA9

Text Example


Text Example

White with #E09DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09DA9; }

 p { color: rgb(224,157,169); }

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

background-color css

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

 a { background-color: rgb(224,157,169); }

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

border-color css

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

 span { border-color: rgb(224,157,169); }

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