Html Css Color HEX #EB2DD2 Razzle Dazzle Rose

📋 copy color: '#EB2DD2'

red 235 ◦ green 45 ◦ blue 210

#EB2DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EB2DD2

Tints of Razzle Dazzle Rose #EB2DD2

RGB

 RED value IS 235 (92.19% from 255) = 47.96%

 GREEN value IS 45 (17.97% from 255) = 9.18%

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 47.96%
G = 9.18%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB2DD2 (or 0xEB2DD2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2D and D2. RGB value is (235,45,210). Sum of RGB (Red+Green+Blue) = 235+45+210=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 45 (17.97% from 255 or 9.18% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DD2 is #14D22D. Grayscale: #787878. Windows color (decimal): -1364526 or 13774315. OLE color: 13774315.

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

Color convert

RGB 235 45 210 -
CMYK 0 0.81 0.11 0.08
HSL 307.89º 0.83% 0.55% -
HSV(B) 307.89º 0.81% 0.92% -
XYZ 46.83 24.19 63.17 -
YUV 120.62 178.45 209.58 -
System Red Green Blue C M Y K H S L
Decimal 235 45 210 0 0.81 0.11 0.08 307.89 0.83 0.55
Hex EB 2D D2 0 51 B 8 134 53 37
Octal 353 55 322 0 121 13 10 464 123 67
Binary 11101011 101101 11010010 0 1010001 1011 1000 100110100 1010011 110111

Color Harmonies of #EB2DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2DD2

Black with #EB2DD2

Text Example


Text Example

White with #EB2DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2DD2; }

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

 H1.HeaderClassName
 {
   color: #EB2DD2;
 }
 .AnyTagClassName
 {
   color: #EB2DD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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