#E986AD

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

Shades of Kobi #E986AD

Tints of Kobi #E986AD

Color information

#E986AD (or 0xE986AD) is unknown color: approx Kobi. HEX triplet: E9, 86 and AD. RGB value is (233,134,173). Sum of RGB (Red+Green+Blue) = 233+134+173=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E986AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986AD is #167952. Grayscale: #A7A7A7. Windows color (decimal): -1472851 or 11372265. OLE color: 11372265.

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

Color convert

RGB233134173-
CMYK00.420.260.09
HSL336.36º69.23%71.96%-
HSV(B)336.36º42.49%91.37%-
XYZ49.6737.3944.13-
YUV168.05130.8174.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=43.15%
G=24.81%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313417300.420.260.09336.3669.2371.96
HexE986AD02A1A91504548
Octal3512062550523211520105110
Binary111010011000011010101101010101011010100110101000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986AD; }

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

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

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

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

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

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

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

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