#E087AD

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

Shades of Kobi #E087AD

Tints of Kobi #E087AD

Color information

#E087AD (or 0xE087AD) is unknown color: approx Kobi. HEX triplet: E0, 87 and AD. RGB value is (224,135,173). Sum of RGB (Red+Green+Blue) = 224+135+173=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E087AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E087AD is #1F7852. Grayscale: #A5A5A5. Windows color (decimal): -2062419 or 11372512. OLE color: 11372512.

HSL color Cylindrical-coordinate representation of color #E087AD: hue angle of 334.38º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087AD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224135173-
CMYK00.400.230.12
HSL334.38º58.94%70.39%-
HSV(B)334.38º39.73%87.84%-
XYZ46.9536.1944.05-
YUV165.94131.99169.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.11%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=42.11%
G=25.38%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413517300.400.230.12334.3858.9470.39
HexE087AD02817C14e3b46
Octal340207255050271451673106
Binary11100000100001111010110101010001011111001010011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E087AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E087AD; }

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

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

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

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

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

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

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

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