Html Css Color HEX #ED20D8 Razzle Dazzle Rose

📋 copy color: '#ED20D8'

red 237 ◦ green 32 ◦ blue 216

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

Shades of Razzle Dazzle Rose #ED20D8

Tints of Razzle Dazzle Rose #ED20D8

RGB

 RED value IS 237 (92.97% from 255) = 48.87%

 GREEN value IS 32 (12.89% from 255) = 6.6%

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 48.87%
G = 6.6%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED20D8 (or 0xED20D8) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and D8. RGB value is (237,32,216). Sum of RGB (Red+Green+Blue) = 237+32+216=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20D8 is #12DF27. Grayscale: #717171. Windows color (decimal): -1236776 or 14164205. OLE color: 14164205.

HSL color Cylindrical-coordinate representation of color #ED20D8: hue angle of 306.15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED20D8 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 32 216 -
CMYK 0 0.86 0.09 0.07
HSL 306.15º 0.85% 0.53% -
HSV(B) 306.15º 0.86% 0.93% -
XYZ 47.84 24 67.08 -
YUV 114.27 185.42 215.54 -
System Red Green Blue C M Y K H S L
Decimal 237 32 216 0 0.86 0.09 0.07 306.15 0.85 0.53
Hex ED 20 D8 0 56 9 7 132 55 35
Octal 355 40 330 0 126 11 7 462 125 65
Binary 11101101 100000 11011000 0 1010110 1001 111 100110010 1010101 110101

Color Harmonies of #ED20D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20D8

Black with #ED20D8

Text Example


Text Example

White with #ED20D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20D8; }

 p { color: rgb(237,32,216); }

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

background-color css

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

 a { background-color: rgb(237,32,216); }

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

border-color css

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

 span { border-color: rgb(237,32,216); }

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