Html Css Color HEX #E08CAC Kobi

📋 copy color: '#E08CAC'

red 224 ◦ green 140 ◦ blue 172

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

Shades of Kobi #E08CAC

Tints of Kobi #E08CAC

RGB

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

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

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

R = 41.79%
G = 26.12%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E08CAC (or 0xE08CAC) is known color: Kobi. HEX triplet: E0, 8C and AC. RGB value is (224,140,172). Sum of RGB (Red+Green+Blue) = 224+140+172=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08CAC is #1F7353. Grayscale: #A8A8A8. Windows color (decimal): -2061140 or 11308256. OLE color: 11308256.

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

Color convert

RGB 224 140 172 -
CMYK 0 0.38 0.23 0.12
HSL 337.14º 0.58% 0.71% -
HSV(B) 337.14º 0.38% 0.88% -
XYZ 47.56 37.58 43.78 -
YUV 168.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 224 140 172 0 0.38 0.23 0.12 337.14 0.58 0.71
Hex E0 8C AC 0 26 17 C 151 3A 47
Octal 340 214 254 0 46 27 14 521 72 107
Binary 11100000 10001100 10101100 0 100110 10111 1100 101010001 111010 1000111

Color Harmonies of #E08CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CAC

Black with #E08CAC

Text Example


Text Example

White with #E08CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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