Html Css Color HEX #ED24DB Razzle Dazzle Rose

📋 copy color: '#ED24DB'

red 237 ◦ green 36 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED24DB

Tints of Razzle Dazzle Rose #ED24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 48.17%
G = 7.32%
B = 44.51%

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

#ED24DB (or 0xED24DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and DB. RGB value is (237,36,219). Sum of RGB (Red+Green+Blue) = 237+36+219=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24DB is #12DB24. Grayscale: #747474. Windows color (decimal): -1235749 or 14361837. OLE color: 14361837.

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

Color convert

RGB 237 36 219 -
CMYK 0 0.85 0.08 0.07
HSL 305.37º 0.85% 0.54% -
HSV(B) 305.37º 0.85% 0.93% -
XYZ 48.34 24.38 69.18 -
YUV 116.96 185.59 213.62 -
System Red Green Blue C M Y K H S L
Decimal 237 36 219 0 0.85 0.08 0.07 305.37 0.85 0.54
Hex ED 24 DB 0 55 8 7 131 55 36
Octal 355 44 333 0 125 10 7 461 125 66
Binary 11101101 100100 11011011 0 1010101 1000 111 100110001 1010101 110110

Color Harmonies of #ED24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24DB

Black with #ED24DB

Text Example


Text Example

White with #ED24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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