#E084AD

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

Shades of Kobi #E084AD

Tints of Kobi #E084AD

Color information

#E084AD (or 0xE084AD) is unknown color: approx Kobi. HEX triplet: E0, 84 and AD. RGB value is (224,132,173). Sum of RGB (Red+Green+Blue) = 224+132+173=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E084AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E084AD is #1F7B52. Grayscale: #A4A4A4. Windows color (decimal): -2063187 or 11371744. OLE color: 11371744.

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

Color convert

RGB224132173-
CMYK00.410.230.12
HSL333.26º59.74%69.8%-
HSV(B)333.26º41.07%87.84%-
XYZ46.5335.3743.91-
YUV164.18132.98170.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=42.34%
G=24.95%
B=32.70%

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
Decimal22413217300.410.230.12333.2659.7469.8
HexE084AD02917C14d3c46
Octal340204255051271451574106
Binary11100000100001001010110101010011011111001010011011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084AD; }

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

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

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

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

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

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

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

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