Html Css Color HEX #ED21DC Razzle Dazzle Rose

📋 copy color: '#ED21DC'

red 237 ◦ green 33 ◦ blue 220

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

Shades of Razzle Dazzle Rose #ED21DC

Tints of Razzle Dazzle Rose #ED21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 48.37%
G = 6.73%
B = 44.9%

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

#ED21DC (or 0xED21DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 21 and DC. RGB value is (237,33,220). Sum of RGB (Red+Green+Blue) = 237+33+220=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21DC is #12DE23. Grayscale: #727272. Windows color (decimal): -1236516 or 14426605. OLE color: 14426605.

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

Color convert

RGB 237 33 220 -
CMYK 0 0.86 0.07 0.07
HSL 305º 0.85% 0.53% -
HSV(B) 305º 0.86% 0.93% -
XYZ 48.39 24.26 69.84 -
YUV 115.31 187.09 214.79 -
System Red Green Blue C M Y K H S L
Decimal 237 33 220 0 0.86 0.07 0.07 305 0.85 0.53
Hex ED 21 DC 0 56 7 7 131 55 35
Octal 355 41 334 0 126 7 7 461 125 65
Binary 11101101 100001 11011100 0 1010110 111 111 100110001 1010101 110101

Color Harmonies of #ED21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21DC

Black with #ED21DC

Text Example


Text Example

White with #ED21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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