Html Css Color HEX #ED20CE Razzle Dazzle Rose

📋 copy color: '#ED20CE'

red 237 ◦ green 32 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED20CE

Tints of Razzle Dazzle Rose #ED20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 49.89%
G = 6.74%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED20CE (or 0xED20CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 20 and CE. RGB value is (237,32,206). Sum of RGB (Red+Green+Blue) = 237+32+206=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20CE is #12DF31. Grayscale: #707070. Windows color (decimal): -1236786 or 13508845. OLE color: 13508845.

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

Color convert

RGB 237 32 206 -
CMYK 0 0.86 0.13 0.07
HSL 309.07º 0.85% 0.53% -
HSV(B) 309.07º 0.86% 0.93% -
XYZ 46.58 23.49 60.47 -
YUV 113.13 180.42 216.35 -
System Red Green Blue C M Y K H S L
Decimal 237 32 206 0 0.86 0.13 0.07 309.07 0.85 0.53
Hex ED 20 CE 0 56 D 7 135 55 35
Octal 355 40 316 0 126 15 7 465 125 65
Binary 11101101 100000 11001110 0 1010110 1101 111 100110101 1010101 110101

Color Harmonies of #ED20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED20CE

Black with #ED20CE

Text Example


Text Example

White with #ED20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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