Html Css Color HEX #ED20D3 Razzle Dazzle Rose

📋 copy color: '#ED20D3'

red 237 ◦ green 32 ◦ blue 211

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

Shades of Razzle Dazzle Rose #ED20D3

Tints of Razzle Dazzle Rose #ED20D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 49.38%
G = 6.67%
B = 43.96%

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

#ED20D3 (or 0xED20D3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and D3. RGB value is (237,32,211). Sum of RGB (Red+Green+Blue) = 237+32+211=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20D3 is #12DF2C. Grayscale: #717171. Windows color (decimal): -1236781 or 13836525. OLE color: 13836525.

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

Color convert

RGB 237 32 211 -
CMYK 0 0.86 0.11 0.07
HSL 307.61º 0.85% 0.53% -
HSV(B) 307.61º 0.86% 0.93% -
XYZ 47.2 23.74 63.72 -
YUV 113.7 182.92 215.95 -
System Red Green Blue C M Y K H S L
Decimal 237 32 211 0 0.86 0.11 0.07 307.61 0.85 0.53
Hex ED 20 D3 0 56 B 7 134 55 35
Octal 355 40 323 0 126 13 7 464 125 65
Binary 11101101 100000 11010011 0 1010110 1011 111 100110100 1010101 110101

Color Harmonies of #ED20D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20D3

Black with #ED20D3

Text Example


Text Example

White with #ED20D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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