Html Css Color HEX #ED20D5 Razzle Dazzle Rose

📋 copy color: '#ED20D5'

red 237 ◦ green 32 ◦ blue 213

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

Shades of Razzle Dazzle Rose #ED20D5

Tints of Razzle Dazzle Rose #ED20D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 49.17%
G = 6.64%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED20D5 (or 0xED20D5) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and D5. RGB value is (237,32,213). Sum of RGB (Red+Green+Blue) = 237+32+213=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20D5 is #12DF2A. Grayscale: #717171. Windows color (decimal): -1236779 or 13967597. OLE color: 13967597.

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

Color convert

RGB 237 32 213 -
CMYK 0 0.86 0.10 0.07
HSL 307.02º 0.85% 0.53% -
HSV(B) 307.02º 0.86% 0.93% -
XYZ 47.45 23.84 65.05 -
YUV 113.93 183.92 215.78 -
System Red Green Blue C M Y K H S L
Decimal 237 32 213 0 0.86 0.10 0.07 307.02 0.85 0.53
Hex ED 20 D5 0 56 A 7 133 55 35
Octal 355 40 325 0 126 12 7 463 125 65
Binary 11101101 100000 11010101 0 1010110 1010 111 100110011 1010101 110101

Color Harmonies of #ED20D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20D5

Black with #ED20D5

Text Example


Text Example

White with #ED20D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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