#E985AD

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

Shades of Kobi #E985AD

Tints of Kobi #E985AD

Color information

#E985AD (or 0xE985AD) is unknown color: approx Kobi. HEX triplet: E9, 85 and AD. RGB value is (233,133,173). Sum of RGB (Red+Green+Blue) = 233+133+173=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E985AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985AD is #167A52. Grayscale: #A7A7A7. Windows color (decimal): -1473107 or 11372009. OLE color: 11372009.

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

Color convert

RGB233133173-
CMYK00.430.260.09
HSL336º69.44%71.76%-
HSV(B)336º42.92%91.37%-
XYZ49.5337.1244.09-
YUV167.46131.13174.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=43.23%
G=24.68%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313317300.430.260.0933669.4471.76
HexE985AD02B1A91504548
Octal3512052550533211520105110
Binary111010011000010110101101010101111010100110101000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985AD; }

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

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

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

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

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

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

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

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