#e086b4

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

Shades of Kobi #E086B4

Tints of Kobi #E086B4

Color information

#E086B4 (or 0xE086B4) is unknown color: approx Kobi. HEX triplet: E0, 86 and B4. RGB value is (224,134,180). Sum of RGB (Red+Green+Blue) = 224+134+180=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E086B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086B4 is #1F794B. Grayscale: #A6A6A6. Windows color (decimal): -2062668 or 11831008. OLE color: 11831008.

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

Color convert

RGB224134180-
CMYK00.400.200.12
HSL329.33º59.21%70.2%-
HSV(B)329.33º40.18%87.84%-
XYZ47.536.1947.66-
YUV166.15135.82169.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=41.64%
G=24.91%
B=33.46%

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
Decimal22413418000.400.200.12329.3359.2170.2
HexE086B402814C1493b46
Octal340206264050241451173106
Binary11100000100001101011010001010001010011001010010011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e086b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e086b4; }

 p { color: rgb(224,134,180); }

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

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

 a { background-color: rgb(224,134,180); }

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

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

 span { border-color: rgb(224,134,180); }

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