Html Css Color HEX #ED24DD Razzle Dazzle Rose

📋 copy color: '#ED24DD'

red 237 ◦ green 36 ◦ blue 221

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

Shades of Razzle Dazzle Rose #ED24DD

Tints of Razzle Dazzle Rose #ED24DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.29%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 47.98%
G = 7.29%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED24DD (or 0xED24DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and DD. RGB value is (237,36,221). Sum of RGB (Red+Green+Blue) = 237+36+221=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 36 (14.45% from 255 or 7.29% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24DD is #12DB22. Grayscale: #747474. Windows color (decimal): -1235747 or 14492909. OLE color: 14492909.

HSL color Cylindrical-coordinate representation of color #ED24DD: hue angle of 304.78º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24DD is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 36 221 -
CMYK 0 0.85 0.07 0.07
HSL 304.78º 0.85% 0.54% -
HSV(B) 304.78º 0.85% 0.93% -
XYZ 48.61 24.49 70.57 -
YUV 117.19 186.59 213.46 -
System Red Green Blue C M Y K H S L
Decimal 237 36 221 0 0.85 0.07 0.07 304.78 0.85 0.54
Hex ED 24 DD 0 55 7 7 131 55 36
Octal 355 44 335 0 125 7 7 461 125 66
Binary 11101101 100100 11011101 0 1010101 111 111 100110001 1010101 110110

Color Harmonies of #ED24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24DD

Black with #ED24DD

Text Example


Text Example

White with #ED24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24DD; }

 p { color: rgb(237,36,221); }

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

background-color css

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

 a { background-color: rgb(237,36,221); }

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

border-color css

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

 span { border-color: rgb(237,36,221); }

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