Html Css Color HEX #E088AC Kobi

📋 copy color: '#E088AC'

red 224 ◦ green 136 ◦ blue 172

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

Shades of Kobi #E088AC

Tints of Kobi #E088AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.56%

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

R = 42.11%
G = 25.56%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E088AC (or 0xE088AC) is known color: Kobi. HEX triplet: E0, 88 and AC. RGB value is (224,136,172). Sum of RGB (Red+Green+Blue) = 224+136+172=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E088AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088AC is #1F7753. Grayscale: #A6A6A6. Windows color (decimal): -2062164 or 11307232. OLE color: 11307232.

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

Color convert

RGB 224 136 172 -
CMYK 0 0.39 0.23 0.12
HSL 335.45º 0.59% 0.71% -
HSV(B) 335.45º 0.39% 0.88% -
XYZ 46.99 36.43 43.59 -
YUV 166.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 224 136 172 0 0.39 0.23 0.12 335.45 0.59 0.71
Hex E0 88 AC 0 27 17 C 14F 3B 47
Octal 340 210 254 0 47 27 14 517 73 107
Binary 11100000 10001000 10101100 0 100111 10111 1100 101001111 111011 1000111

Color Harmonies of #E088AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088AC

Black with #E088AC

Text Example


Text Example

White with #E088AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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