#E087A5

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

Shades of Kobi #E087A5

Tints of Kobi #E087A5

Color information

#E087A5 (or 0xE087A5) is unknown color: approx Kobi. HEX triplet: E0, 87 and A5. RGB value is (224,135,165). Sum of RGB (Red+Green+Blue) = 224+135+165=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E087A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E087A5 is #1F785A. Grayscale: #A5A5A5. Windows color (decimal): -2062427 or 10848224. OLE color: 10848224.

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

Color convert

RGB224135165-
CMYK00.400.260.12
HSL339.78º58.94%70.39%-
HSV(B)339.78º39.73%87.84%-
XYZ46.235.8940.09-
YUV165.03127.99170.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=42.75%
G=25.76%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413516500.400.260.12339.7858.9470.39
HexE087A50281AC1543b46
Octal340207245050321452473106
Binary11100000100001111010010101010001101011001010101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E087A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E087A5; }

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

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

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

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

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

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

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

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