#e087b3

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

Shades of Kobi #E087B3

Tints of Kobi #E087B3

Color information

#E087B3 (or 0xE087B3) is unknown color: approx Kobi. HEX triplet: E0, 87 and B3. RGB value is (224,135,179). Sum of RGB (Red+Green+Blue) = 224+135+179=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E087B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087B3 is #1F784C. Grayscale: #A6A6A6. Windows color (decimal): -2062413 or 11765728. OLE color: 11765728.

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

Color convert

RGB224135179-
CMYK00.400.200.12
HSL330.34º58.94%70.39%-
HSV(B)330.34º39.73%87.84%-
XYZ47.5436.4347.17-
YUV166.63134.99168.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=41.64%
G=25.09%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413517900.400.200.12330.3458.9470.39
HexE087B302814C14a3b46
Octal340207263050241451273106
Binary11100000100001111011001101010001010011001010010101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e087b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e087b3; }

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

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

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

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

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

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

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

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