Html Css Color HEX #ED21CE Razzle Dazzle Rose

📋 copy color: '#ED21CE'

red 237 ◦ green 33 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED21CE

Tints of Razzle Dazzle Rose #ED21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.93%

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

R = 49.79%
G = 6.93%
B = 43.28%

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

#ED21CE (or 0xED21CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 21 and CE. RGB value is (237,33,206). Sum of RGB (Red+Green+Blue) = 237+33+206=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21CE is #12DE31. Grayscale: #717171. Windows color (decimal): -1236530 or 13509101. OLE color: 13509101.

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

Color convert

RGB 237 33 206 -
CMYK 0 0.86 0.13 0.07
HSL 309.12º 0.85% 0.53% -
HSV(B) 309.12º 0.86% 0.93% -
XYZ 46.61 23.55 60.48 -
YUV 113.72 180.09 215.93 -
System Red Green Blue C M Y K H S L
Decimal 237 33 206 0 0.86 0.13 0.07 309.12 0.85 0.53
Hex ED 21 CE 0 56 D 7 135 55 35
Octal 355 41 316 0 126 15 7 465 125 65
Binary 11101101 100001 11001110 0 1010110 1101 111 100110101 1010101 110101

Color Harmonies of #ED21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21CE

Black with #ED21CE

Text Example


Text Example

White with #ED21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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