Html Css Color HEX #E08CA9 Kobi

📋 copy color: '#E08CA9'

red 224 ◦ green 140 ◦ blue 169

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

Shades of Kobi #E08CA9

Tints of Kobi #E08CA9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.27%

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

R = 42.03%
G = 26.27%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E08CA9 (or 0xE08CA9) is known color: Kobi. HEX triplet: E0, 8C and A9. RGB value is (224,140,169). Sum of RGB (Red+Green+Blue) = 224+140+169=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CA9 is #1F7356. Grayscale: #A8A8A8. Windows color (decimal): -2061143 or 11111648. OLE color: 11111648.

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

Color convert

RGB 224 140 169 -
CMYK 0 0.38 0.25 0.12
HSL 339.29º 0.58% 0.71% -
HSV(B) 339.29º 0.38% 0.88% -
XYZ 47.28 37.47 42.28 -
YUV 168.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 224 140 169 0 0.38 0.25 0.12 339.29 0.58 0.71
Hex E0 8C A9 0 26 19 C 153 3A 47
Octal 340 214 251 0 46 31 14 523 72 107
Binary 11100000 10001100 10101001 0 100110 11001 1100 101010011 111010 1000111

Color Harmonies of #E08CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CA9

Black with #E08CA9

Text Example


Text Example

White with #E08CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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