Html Css Color HEX #ED21DF Razzle Dazzle Rose

📋 copy color: '#ED21DF'

red 237 ◦ green 33 ◦ blue 223

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

Shades of Razzle Dazzle Rose #ED21DF

Tints of Razzle Dazzle Rose #ED21DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 48.07%
G = 6.69%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED21DF (or 0xED21DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 21 and DF. RGB value is (237,33,223). Sum of RGB (Red+Green+Blue) = 237+33+223=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 33 (13.28% from 255 or 6.69% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21DF is #12DE20. Grayscale: #737373. Windows color (decimal): -1236513 or 14623213. OLE color: 14623213.

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

Color convert

RGB 237 33 223 -
CMYK 0 0.86 0.06 0.07
HSL 304.12º 0.85% 0.53% -
HSV(B) 304.12º 0.86% 0.93% -
XYZ 48.79 24.42 71.95 -
YUV 115.66 188.59 214.55 -
System Red Green Blue C M Y K H S L
Decimal 237 33 223 0 0.86 0.06 0.07 304.12 0.85 0.53
Hex ED 21 DF 0 56 6 7 130 55 35
Octal 355 41 337 0 126 6 7 460 125 65
Binary 11101101 100001 11011111 0 1010110 110 111 100110000 1010101 110101

Color Harmonies of #ED21DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21DF

Black with #ED21DF

Text Example


Text Example

White with #ED21DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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