#E085AA

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

Shades of Kobi #E085AA

Tints of Kobi #E085AA

Color information

#E085AA (or 0xE085AA) is unknown color: approx Kobi. HEX triplet: E0, 85 and AA. RGB value is (224,133,170). Sum of RGB (Red+Green+Blue) = 224+133+170=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E085AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E085AA is #1F7A55. Grayscale: #A4A4A4. Windows color (decimal): -2062934 or 11175392. OLE color: 11175392.

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

Color convert

RGB224133170-
CMYK00.410.240.12
HSL335.6º59.48%70%-
HSV(B)335.6º40.62%87.84%-
XYZ46.3835.5242.44-
YUV164.43131.15170.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=42.50%
G=25.24%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413317000.410.240.12335.659.4870
HexE085AA02918C1503b46
Octal340205252051301452073106
Binary11100000100001011010101001010011100011001010100001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085AA; }

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

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

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

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

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

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

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

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