Html Css Color HEX #ED20DD Razzle Dazzle Rose

📋 copy color: '#ED20DD'

red 237 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #ED20DD

Tints of Razzle Dazzle Rose #ED20DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 48.37%
G = 6.53%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED20DD (or 0xED20DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and DD. RGB value is (237,32,221). Sum of RGB (Red+Green+Blue) = 237+32+221=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20DD is #12DF22. Grayscale: #727272. Windows color (decimal): -1236771 or 14491885. OLE color: 14491885.

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

Color convert

RGB 237 32 221 -
CMYK 0 0.86 0.07 0.07
HSL 304.68º 0.85% 0.53% -
HSV(B) 304.68º 0.86% 0.93% -
XYZ 48.49 24.26 70.53 -
YUV 114.84 187.92 215.13 -
System Red Green Blue C M Y K H S L
Decimal 237 32 221 0 0.86 0.07 0.07 304.68 0.85 0.53
Hex ED 20 DD 0 56 7 7 131 55 35
Octal 355 40 335 0 126 7 7 461 125 65
Binary 11101101 100000 11011101 0 1010110 111 111 100110001 1010101 110101

Color Harmonies of #ED20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20DD

Black with #ED20DD

Text Example


Text Example

White with #ED20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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