Html Css Color HEX #E088A2 Kobi

📋 copy color: '#E088A2'

red 224 ◦ green 136 ◦ blue 162

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

Shades of Kobi #E088A2

Tints of Kobi #E088A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 42.91%
G = 26.05%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E088A2 (or 0xE088A2) is known color: Kobi. HEX triplet: E0, 88 and A2. RGB value is (224,136,162). Sum of RGB (Red+Green+Blue) = 224+136+162=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E088A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088A2 is #1F775D. Grayscale: #A5A5A5. Windows color (decimal): -2062174 or 10651872. OLE color: 10651872.

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

Color convert

RGB 224 136 162 -
CMYK 0 0.39 0.28 0.12
HSL 342.27º 0.59% 0.71% -
HSV(B) 342.27º 0.39% 0.88% -
XYZ 46.07 36.06 38.72 -
YUV 165.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 224 136 162 0 0.39 0.28 0.12 342.27 0.59 0.71
Hex E0 88 A2 0 27 1C C 156 3B 47
Octal 340 210 242 0 47 34 14 526 73 107
Binary 11100000 10001000 10100010 0 100111 11100 1100 101010110 111011 1000111

Color Harmonies of #E088A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088A2

Black with #E088A2

Text Example


Text Example

White with #E088A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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