#E082AA

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

Shades of Kobi #E082AA

Tints of Kobi #E082AA

Color information

#E082AA (or 0xE082AA) is unknown color: approx Kobi. HEX triplet: E0, 82 and AA. RGB value is (224,130,170). Sum of RGB (Red+Green+Blue) = 224+130+170=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E082AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E082AA is #1F7D55. Grayscale: #A2A2A2. Windows color (decimal): -2063702 or 11174624. OLE color: 11174624.

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

Color convert

RGB224130170-
CMYK00.420.240.12
HSL334.47º60.26%69.41%-
HSV(B)334.47º41.96%87.84%-
XYZ45.9834.7142.31-
YUV162.67132.14171.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=42.75%
G=24.81%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413017000.420.240.12334.4760.2669.41
HexE082AA02A18C14e3c45
Octal340202252052301451674105
Binary11100000100000101010101001010101100011001010011101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E082AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E082AA; }

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

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

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

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

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

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

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

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