#EB3DD6

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

Shades of Razzle Dazzle Rose #EB3DD6

Tints of Razzle Dazzle Rose #EB3DD6

Color information

#EB3DD6 (or 0xEB3DD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3D and D6. RGB value is (235,61,214). Sum of RGB (Red+Green+Blue) = 235+61+214=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3DD6 is #14C229. Grayscale: #828282. Windows color (decimal): -1360426 or 14040555. OLE color: 14040555.

HSL color Cylindrical-coordinate representation of color #EB3DD6: hue angle of 307.24º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3DD6 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23561214-
CMYK00.740.090.08
HSL307.24º81.31%58.04%-
HSV(B)307.24º74.04%92.16%-
XYZ48.0725.8566.08-
YUV130.47175.15202.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 61 (24.22% from 255) = 11.96%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=46.08%
G=11.96%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356121400.740.090.08307.2481.3158.04
HexEB3DD604A98133513a
Octal353753260112111046312172
Binary111010111111011101011001001010100110001001100111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3DD6; }

 p { color: rgb(235,61,214); }

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

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

 a { background-color: rgb(235,61,214); }

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

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

 span { border-color: rgb(235,61,214); }

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