#E984AD

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

Shades of Kobi #E984AD

Tints of Kobi #E984AD

Color information

#E984AD (or 0xE984AD) is unknown color: approx Kobi. HEX triplet: E9, 84 and AD. RGB value is (233,132,173). Sum of RGB (Red+Green+Blue) = 233+132+173=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E984AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E984AD is #167B52. Grayscale: #A6A6A6. Windows color (decimal): -1473363 or 11371753. OLE color: 11371753.

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

Color convert

RGB233132173-
CMYK00.430.260.09
HSL335.64º69.66%71.57%-
HSV(B)335.64º43.35%91.37%-
XYZ49.436.8444.04-
YUV166.87131.46175.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.31%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=43.31%
G=24.54%
B=32.16%

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
Decimal23313217300.430.260.09335.6469.6671.57
HexE984AD02B1A91504648
Octal3512042550533211520106110
Binary111010011000010010101101010101111010100110101000010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984AD; }

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

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

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

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

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

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

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

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