#e085a4

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

Shades of Kobi #E085A4

Tints of Kobi #E085A4

Color information

#E085A4 (or 0xE085A4) is unknown color: approx Kobi. HEX triplet: E0, 85 and A4. RGB value is (224,133,164). Sum of RGB (Red+Green+Blue) = 224+133+164=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E085A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E085A4 is #1F7A5B. Grayscale: #A3A3A3. Windows color (decimal): -2062940 or 10782176. OLE color: 10782176.

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

Color convert

RGB224133164-
CMYK00.410.270.12
HSL339.56º59.48%70%-
HSV(B)339.56º40.62%87.84%-
XYZ45.8335.339.52-
YUV163.74128.15170.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=42.99%
G=25.53%
B=31.48%

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
Decimal22413316400.410.270.12339.5659.4870
HexE085A40291BC1543b46
Octal340205244051331452473106
Binary11100000100001011010010001010011101111001010101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e085a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e085a4; }

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

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

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

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

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

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

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

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