#EB31DE

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

Shades of Razzle Dazzle Rose #EB31DE

Tints of Razzle Dazzle Rose #EB31DE

Color information

#EB31DE (or 0xEB31DE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 31 and DE. RGB value is (235,49,222). Sum of RGB (Red+Green+Blue) = 235+49+222=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB31DE is #14CE21. Grayscale: #7B7B7B. Windows color (decimal): -1363490 or 14561771. OLE color: 14561771.

HSL color Cylindrical-coordinate representation of color #EB31DE: hue angle of 304.19º 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 #EB31DE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23549222-
CMYK00.790.060.08
HSL304.19º82.3%55.69%-
HSV(B)304.19º79.15%92.16%-
XYZ48.5425.1371.4-
YUV124.34183.12206.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 49 (19.53% from 255) = 9.68%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=46.44%
G=9.68%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354922200.790.060.08304.1982.355.69
HexEB31DE04F681305238
Octal35361336011761046012270
Binary11101011110001110111100100111111010001001100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB31DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB31DE; }

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

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

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

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

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

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

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

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