#E087AE

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

Shades of Kobi #E087AE

Tints of Kobi #E087AE

Color information

#E087AE (or 0xE087AE) is unknown color: approx Kobi. HEX triplet: E0, 87 and AE. RGB value is (224,135,174). Sum of RGB (Red+Green+Blue) = 224+135+174=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E087AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E087AE is #1F7851. Grayscale: #A5A5A5. Windows color (decimal): -2062418 or 11438048. OLE color: 11438048.

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

Color convert

RGB224135174-
CMYK00.400.220.12
HSL333.71º58.94%70.39%-
HSV(B)333.71º39.73%87.84%-
XYZ47.0436.2344.56-
YUV166.06132.49169.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=42.03%
G=25.33%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413517400.400.220.12333.7158.9470.39
HexE087AE02816C14e3b46
Octal340207256050261451673106
Binary11100000100001111010111001010001011011001010011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E087AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E087AE; }

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

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

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

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

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

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

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

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