Html Css Color HEX #ED20D4 Razzle Dazzle Rose

📋 copy color: '#ED20D4'

red 237 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #ED20D4

Tints of Razzle Dazzle Rose #ED20D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.07%

R = 49.27%
G = 6.65%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED20D4 (or 0xED20D4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and D4. RGB value is (237,32,212). Sum of RGB (Red+Green+Blue) = 237+32+212=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20D4 is #12DF2B. Grayscale: #717171. Windows color (decimal): -1236780 or 13902061. OLE color: 13902061.

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

Color convert

RGB 237 32 212 -
CMYK 0 0.86 0.11 0.07
HSL 307.32º 0.85% 0.53% -
HSV(B) 307.32º 0.86% 0.93% -
XYZ 47.33 23.79 64.39 -
YUV 113.82 183.42 215.86 -
System Red Green Blue C M Y K H S L
Decimal 237 32 212 0 0.86 0.11 0.07 307.32 0.85 0.53
Hex ED 20 D4 0 56 B 7 133 55 35
Octal 355 40 324 0 126 13 7 463 125 65
Binary 11101101 100000 11010100 0 1010110 1011 111 100110011 1010101 110101

Color Harmonies of #ED20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20D4

Black with #ED20D4

Text Example


Text Example

White with #ED20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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