Html Css Color HEX #ED20D0 Razzle Dazzle Rose

📋 copy color: '#ED20D0'

red 237 ◦ green 32 ◦ blue 208

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

Shades of Razzle Dazzle Rose #ED20D0

Tints of Razzle Dazzle Rose #ED20D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 49.69%
G = 6.71%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED20D0 (or 0xED20D0) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and D0. RGB value is (237,32,208). Sum of RGB (Red+Green+Blue) = 237+32+208=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20D0 is #12DF2F. Grayscale: #707070. Windows color (decimal): -1236784 or 13639917. OLE color: 13639917.

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

Color convert

RGB 237 32 208 -
CMYK 0 0.86 0.12 0.07
HSL 308.49º 0.85% 0.53% -
HSV(B) 308.49º 0.86% 0.93% -
XYZ 46.83 23.59 61.76 -
YUV 113.36 181.42 216.19 -
System Red Green Blue C M Y K H S L
Decimal 237 32 208 0 0.86 0.12 0.07 308.49 0.85 0.53
Hex ED 20 D0 0 56 C 7 134 55 35
Octal 355 40 320 0 126 14 7 464 125 65
Binary 11101101 100000 11010000 0 1010110 1100 111 100110100 1010101 110101

Color Harmonies of #ED20D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20D0

Black with #ED20D0

Text Example


Text Example

White with #ED20D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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