Html Css Color HEX #E08EAC Kobi

📋 copy color: '#E08EAC'

red 224 ◦ green 142 ◦ blue 172

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

Shades of Kobi #E08EAC

Tints of Kobi #E08EAC

RGB

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

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

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

R = 41.64%
G = 26.39%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E08EAC (or 0xE08EAC) is known color: Kobi. HEX triplet: E0, 8E and AC. RGB value is (224,142,172). Sum of RGB (Red+Green+Blue) = 224+142+172=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08EAC is #1F7153. Grayscale: #A9A9A9. Windows color (decimal): -2060628 or 11308768. OLE color: 11308768.

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

Color convert

RGB 224 142 172 -
CMYK 0 0.37 0.23 0.12
HSL 338.05º 0.57% 0.72% -
HSV(B) 338.05º 0.37% 0.88% -
XYZ 47.86 38.17 43.88 -
YUV 169.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 224 142 172 0 0.37 0.23 0.12 338.05 0.57 0.72
Hex E0 8E AC 0 25 17 C 152 39 48
Octal 340 216 254 0 45 27 14 522 71 110
Binary 11100000 10001110 10101100 0 100101 10111 1100 101010010 111001 1001000

Color Harmonies of #E08EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08EAC

Black with #E08EAC

Text Example


Text Example

White with #E08EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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