Html Css Color HEX #ED20D6 Razzle Dazzle Rose

📋 copy color: '#ED20D6'

red 237 ◦ green 32 ◦ blue 214

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

Shades of Razzle Dazzle Rose #ED20D6

Tints of Razzle Dazzle Rose #ED20D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 49.07%
G = 6.63%
B = 44.31%

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

#ED20D6 (or 0xED20D6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and D6. RGB value is (237,32,214). Sum of RGB (Red+Green+Blue) = 237+32+214=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20D6 is #12DF29. Grayscale: #717171. Windows color (decimal): -1236778 or 14033133. OLE color: 14033133.

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

Color convert

RGB 237 32 214 -
CMYK 0 0.86 0.10 0.07
HSL 306.73º 0.85% 0.53% -
HSV(B) 306.73º 0.86% 0.93% -
XYZ 47.58 23.89 65.72 -
YUV 114.04 184.42 215.7 -
System Red Green Blue C M Y K H S L
Decimal 237 32 214 0 0.86 0.10 0.07 306.73 0.85 0.53
Hex ED 20 D6 0 56 A 7 133 55 35
Octal 355 40 326 0 126 12 7 463 125 65
Binary 11101101 100000 11010110 0 1010110 1010 111 100110011 1010101 110101

Color Harmonies of #ED20D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20D6

Black with #ED20D6

Text Example


Text Example

White with #ED20D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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