Html Css Color HEX #E08BAC Kobi

📋 copy color: '#E08BAC'

red 224 ◦ green 139 ◦ blue 172

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

Shades of Kobi #E08BAC

Tints of Kobi #E08BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

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

R = 41.87%
G = 25.98%
B = 32.15%

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

#E08BAC (or 0xE08BAC) is known color: Kobi. HEX triplet: E0, 8B and AC. RGB value is (224,139,172). Sum of RGB (Red+Green+Blue) = 224+139+172=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BAC is #1F7453. Grayscale: #A8A8A8. Windows color (decimal): -2061396 or 11308000. OLE color: 11308000.

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

Color convert

RGB 224 139 172 -
CMYK 0 0.38 0.23 0.12
HSL 336.71º 0.58% 0.71% -
HSV(B) 336.71º 0.38% 0.88% -
XYZ 47.42 37.29 43.73 -
YUV 168.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 224 139 172 0 0.38 0.23 0.12 336.71 0.58 0.71
Hex E0 8B AC 0 26 17 C 151 3A 47
Octal 340 213 254 0 46 27 14 521 72 107
Binary 11100000 10001011 10101100 0 100110 10111 1100 101010001 111010 1000111

Color Harmonies of #E08BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08BAC

Black with #E08BAC

Text Example


Text Example

White with #E08BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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