#E085AD

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

Shades of Kobi #E085AD

Tints of Kobi #E085AD

Color information

#E085AD (or 0xE085AD) is unknown color: approx Kobi. HEX triplet: E0, 85 and AD. RGB value is (224,133,173). Sum of RGB (Red+Green+Blue) = 224+133+173=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E085AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E085AD is #1F7A52. Grayscale: #A4A4A4. Windows color (decimal): -2062931 or 11372000. OLE color: 11372000.

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

Color convert

RGB224133173-
CMYK00.410.230.12
HSL333.63º59.48%70%-
HSV(B)333.63º40.62%87.84%-
XYZ46.6735.6443.95-
YUV164.77132.65170.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=42.26%
G=25.09%
B=32.64%

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
Decimal22413317300.410.230.12333.6359.4870
HexE085AD02917C14e3b46
Octal340205255051271451673106
Binary11100000100001011010110101010011011111001010011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085AD; }

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

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

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

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

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

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

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

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