Html Css Color HEX #ED20D9 Razzle Dazzle Rose

📋 copy color: '#ED20D9'

red 237 ◦ green 32 ◦ blue 217

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

Shades of Razzle Dazzle Rose #ED20D9

Tints of Razzle Dazzle Rose #ED20D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 48.77%
G = 6.58%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED20D9 (or 0xED20D9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and D9. RGB value is (237,32,217). Sum of RGB (Red+Green+Blue) = 237+32+217=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20D9 is #12DF26. Grayscale: #717171. Windows color (decimal): -1236775 or 14229741. OLE color: 14229741.

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

Color convert

RGB 237 32 217 -
CMYK 0 0.86 0.08 0.07
HSL 305.85º 0.85% 0.53% -
HSV(B) 305.85º 0.86% 0.93% -
XYZ 47.97 24.05 67.76 -
YUV 114.39 185.92 215.46 -
System Red Green Blue C M Y K H S L
Decimal 237 32 217 0 0.86 0.08 0.07 305.85 0.85 0.53
Hex ED 20 D9 0 56 8 7 132 55 35
Octal 355 40 331 0 126 10 7 462 125 65
Binary 11101101 100000 11011001 0 1010110 1000 111 100110010 1010101 110101

Color Harmonies of #ED20D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20D9

Black with #ED20D9

Text Example


Text Example

White with #ED20D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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