Html Css Color HEX #ED24DA Razzle Dazzle Rose

📋 copy color: '#ED24DA'

red 237 ◦ green 36 ◦ blue 218

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

Shades of Razzle Dazzle Rose #ED24DA

Tints of Razzle Dazzle Rose #ED24DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 48.27%
G = 7.33%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED24DA (or 0xED24DA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and DA. RGB value is (237,36,218). Sum of RGB (Red+Green+Blue) = 237+36+218=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24DA is #12DB25. Grayscale: #747474. Windows color (decimal): -1235750 or 14296301. OLE color: 14296301.

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

Color convert

RGB 237 36 218 -
CMYK 0 0.85 0.08 0.07
HSL 305.67º 0.85% 0.54% -
HSV(B) 305.67º 0.85% 0.93% -
XYZ 48.21 24.33 68.48 -
YUV 116.85 185.09 213.7 -
System Red Green Blue C M Y K H S L
Decimal 237 36 218 0 0.85 0.08 0.07 305.67 0.85 0.54
Hex ED 24 DA 0 55 8 7 132 55 36
Octal 355 44 332 0 125 10 7 462 125 66
Binary 11101101 100100 11011010 0 1010101 1000 111 100110010 1010101 110110

Color Harmonies of #ED24DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24DA

Black with #ED24DA

Text Example


Text Example

White with #ED24DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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