#E084AC

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

Shades of Kobi #E084AC

Tints of Kobi #E084AC

Color information

#E084AC (or 0xE084AC) is unknown color: approx Kobi. HEX triplet: E0, 84 and AC. RGB value is (224,132,172). Sum of RGB (Red+Green+Blue) = 224+132+172=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E084AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E084AC is #1F7B53. Grayscale: #A4A4A4. Windows color (decimal): -2063188 or 11306208. OLE color: 11306208.

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

Color convert

RGB224132172-
CMYK00.410.230.12
HSL333.91º59.74%69.8%-
HSV(B)333.91º41.07%87.84%-
XYZ46.4435.3343.4-
YUV164.07132.48170.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=42.42%
G=25%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413217200.410.230.12333.9159.7469.8
HexE084AC02917C14e3c46
Octal340204254051271451674106
Binary11100000100001001010110001010011011111001010011101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084AC; }

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

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

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

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

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

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

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

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