Html Css Color HEX #E088AA Kobi

📋 copy color: '#E088AA'

red 224 ◦ green 136 ◦ blue 170

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

Shades of Kobi #E088AA

Tints of Kobi #E088AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 42.26%
G = 25.66%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E088AA (or 0xE088AA) is known color: Kobi. HEX triplet: E0, 88 and AA. RGB value is (224,136,170). Sum of RGB (Red+Green+Blue) = 224+136+170=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E088AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088AA is #1F7755. Grayscale: #A6A6A6. Windows color (decimal): -2062166 or 11176160. OLE color: 11176160.

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

Color convert

RGB 224 136 170 -
CMYK 0 0.39 0.24 0.12
HSL 336.82º 0.59% 0.71% -
HSV(B) 336.82º 0.39% 0.88% -
XYZ 46.8 36.36 42.58 -
YUV 166.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 224 136 170 0 0.39 0.24 0.12 336.82 0.59 0.71
Hex E0 88 AA 0 27 18 C 151 3B 47
Octal 340 210 252 0 47 30 14 521 73 107
Binary 11100000 10001000 10101010 0 100111 11000 1100 101010001 111011 1000111

Color Harmonies of #E088AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088AA

Black with #E088AA

Text Example


Text Example

White with #E088AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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