#E986AE

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

Shades of Kobi #E986AE

Tints of Kobi #E986AE

Color information

#E986AE (or 0xE986AE) is unknown color: approx Kobi. HEX triplet: E9, 86 and AE. RGB value is (233,134,174). Sum of RGB (Red+Green+Blue) = 233+134+174=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E986AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986AE is #167951. Grayscale: #A8A8A8. Windows color (decimal): -1472850 or 11437801. OLE color: 11437801.

HSL color Cylindrical-coordinate representation of color #E986AE: hue angle of 335.76º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986AE is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233134174-
CMYK00.420.250.09
HSL335.76º69.23%71.96%-
HSV(B)335.76º42.49%91.37%-
XYZ49.7737.4344.65-
YUV168.16131.3174.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=43.07%
G=24.77%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313417400.420.250.09335.7669.2371.96
HexE986AE02A1991504548
Octal3512062560523111520105110
Binary111010011000011010101110010101011001100110101000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986AE; }

 p { color: rgb(233,134,174); }

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

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

 a { background-color: rgb(233,134,174); }

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

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

 span { border-color: rgb(233,134,174); }

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