#E084A4

Color #E084A4 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E084A4

Tints of Kobi #E084A4

Color information

#E084A4 (or 0xE084A4) is unknown color: approx Kobi. HEX triplet: E0, 84 and A4. RGB value is (224,132,164). Sum of RGB (Red+Green+Blue) = 224+132+164=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E084A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E084A4 is #1F7B5B. Grayscale: #A3A3A3. Windows color (decimal): -2063196 or 10781920. OLE color: 10781920.

HSL color Cylindrical-coordinate representation of color #E084A4: hue angle of 339.13º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E084A4 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB224132164-
CMYK00.410.270.12
HSL339.13º59.74%69.8%-
HSV(B)339.13º41.07%87.84%-
XYZ45.6935.0339.48-
YUV163.16128.48171.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.08%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=43.08%
G=25.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413216400.410.270.12339.1359.7469.8
HexE084A40291BC1533c46
Octal340204244051331452374106
Binary11100000100001001010010001010011101111001010100111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084A4; }

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

 H1.HeaderClassName
 {
   color: #E084A4;
 }
 .AnyTagClassName
 {
   color: #E084A4;
 }
</style>
background-color css

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

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

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

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

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

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