Html Css Color HEX #E088A4 Kobi

📋 copy color: '#E088A4'

red 224 ◦ green 136 ◦ blue 164

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

Shades of Kobi #E088A4

Tints of Kobi #E088A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.3%

R = 42.75%
G = 25.95%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E088A4 (or 0xE088A4) is known color: Kobi. HEX triplet: E0, 88 and A4. RGB value is (224,136,164). Sum of RGB (Red+Green+Blue) = 224+136+164=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E088A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088A4 is #1F775B. Grayscale: #A5A5A5. Windows color (decimal): -2062172 or 10782944. OLE color: 10782944.

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

Color convert

RGB 224 136 164 -
CMYK 0 0.39 0.27 0.12
HSL 340.91º 0.59% 0.71% -
HSV(B) 340.91º 0.39% 0.88% -
XYZ 46.25 36.14 39.66 -
YUV 165.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 224 136 164 0 0.39 0.27 0.12 340.91 0.59 0.71
Hex E0 88 A4 0 27 1B C 155 3B 47
Octal 340 210 244 0 47 33 14 525 73 107
Binary 11100000 10001000 10100100 0 100111 11011 1100 101010101 111011 1000111

Color Harmonies of #E088A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088A4

Black with #E088A4

Text Example


Text Example

White with #E088A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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