#EB31D8

Color #EB31D8 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EB31D8

Tints of Razzle Dazzle Rose #EB31D8

Color information

#EB31D8 (or 0xEB31D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 31 and D8. RGB value is (235,49,216). Sum of RGB (Red+Green+Blue) = 235+49+216=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB31D8 is #14CE27. Grayscale: #7B7B7B. Windows color (decimal): -1363496 or 14168555. OLE color: 14168555.

HSL color Cylindrical-coordinate representation of color #EB31D8: hue angle of 306.13º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB31D8 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB23549216-
CMYK00.790.080.08
HSL306.13º82.3%55.69%-
HSV(B)306.13º79.15%92.16%-
XYZ47.7524.8267.24-
YUV123.65180.12207.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 49 (19.53% from 255) = 9.8%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=47%
G=9.8%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354921600.790.080.08306.1382.355.69
HexEB31D804F881325238
Octal353613300117101046212270
Binary111010111100011101100001001111100010001001100101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB31D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB31D8; }

 p { color: rgb(235,49,216); }

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

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

 a { background-color: rgb(235,49,216); }

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

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

 span { border-color: rgb(235,49,216); }

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