#EB2DDD

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

Shades of Razzle Dazzle Rose #EB2DDD

Tints of Razzle Dazzle Rose #EB2DDD

Color information

#EB2DDD (or 0xEB2DDD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 2D and DD. RGB value is (235,45,221). Sum of RGB (Red+Green+Blue) = 235+45+221=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DDD is #14D222. Grayscale: #797979. Windows color (decimal): -1364515 or 14495211. OLE color: 14495211.

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

Color convert

RGB23545221-
CMYK00.810.060.08
HSL304.42º82.61%54.9%-
HSV(B)304.42º80.85%92.16%-
XYZ48.2524.7670.64-
YUV121.87183.95208.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 45 (17.97% from 255) = 8.98%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=46.91%
G=8.98%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354522100.810.060.08304.4282.6154.9
HexEB2DDD051681305337
Octal35355335012161046012367
Binary11101011101101110111010101000111010001001100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2DDD; }

 p { color: rgb(235,45,221); }

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

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

 a { background-color: rgb(235,45,221); }

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

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

 span { border-color: rgb(235,45,221); }

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