Html Css Color HEX #E08EA9 Kobi

📋 copy color: '#E08EA9'

red 224 ◦ green 142 ◦ blue 169

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

Shades of Kobi #E08EA9

Tints of Kobi #E08EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.54%

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

R = 41.87%
G = 26.54%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E08EA9 (or 0xE08EA9) is known color: Kobi. HEX triplet: E0, 8E and A9. RGB value is (224,142,169). Sum of RGB (Red+Green+Blue) = 224+142+169=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EA9 is #1F7156. Grayscale: #A9A9A9. Windows color (decimal): -2060631 or 11112160. OLE color: 11112160.

HSL color Cylindrical-coordinate representation of color #E08EA9: hue angle of 340.24º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08EA9 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 142 169 -
CMYK 0 0.37 0.25 0.12
HSL 340.24º 0.57% 0.72% -
HSV(B) 340.24º 0.37% 0.88% -
XYZ 47.57 38.06 42.37 -
YUV 169.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 224 142 169 0 0.37 0.25 0.12 340.24 0.57 0.72
Hex E0 8E A9 0 25 19 C 154 39 48
Octal 340 216 251 0 45 31 14 524 71 110
Binary 11100000 10001110 10101001 0 100101 11001 1100 101010100 111001 1001000

Color Harmonies of #E08EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08EA9

Black with #E08EA9

Text Example


Text Example

White with #E08EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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