#eb1dd8

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

Shades of Razzle Dazzle Rose #EB1DD8

Tints of Razzle Dazzle Rose #EB1DD8

Color information

#EB1DD8 (or 0xEB1DD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 1D and D8. RGB value is (235,29,216). Sum of RGB (Red+Green+Blue) = 235+29+216=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1DD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1DD8 is #14E227. Grayscale: #6F6F6F. Windows color (decimal): -1368616 or 14163435. OLE color: 14163435.

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

Color convert

RGB23529216-
CMYK00.880.080.08
HSL305.53º83.74%51.76%-
HSV(B)305.53º87.66%92.16%-
XYZ47.0923.567.02-
YUV111.91186.75215.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 29 (11.72% from 255) = 6.04%
BLUE value IS 216 (84.77% from 255) = 45%
R=48.96%
G=6.04%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352921600.880.080.08305.5383.7451.76
HexEB1DD8058881325434
Octal353353300130101046212464
Binary11101011111011101100001011000100010001001100101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb1dd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb1dd8; }

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

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

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

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

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

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

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

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