Html Css Color HEX #ED24CB Razzle Dazzle Rose

📋 copy color: '#ED24CB'

red 237 ◦ green 36 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED24CB

Tints of Razzle Dazzle Rose #ED24CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 49.79%
G = 7.56%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED24CB (or 0xED24CB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 24 and CB. RGB value is (237,36,203). Sum of RGB (Red+Green+Blue) = 237+36+203=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24CB is #12DB34. Grayscale: #727272. Windows color (decimal): -1235765 or 13313261. OLE color: 13313261.

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

Color convert

RGB 237 36 203 -
CMYK 0 0.85 0.14 0.07
HSL 310.15º 0.85% 0.54% -
HSV(B) 310.15º 0.85% 0.93% -
XYZ 46.34 23.58 58.61 -
YUV 115.14 177.59 214.92 -
System Red Green Blue C M Y K H S L
Decimal 237 36 203 0 0.85 0.14 0.07 310.15 0.85 0.54
Hex ED 24 CB 0 55 E 7 136 55 36
Octal 355 44 313 0 125 16 7 466 125 66
Binary 11101101 100100 11001011 0 1010101 1110 111 100110110 1010101 110110

Color Harmonies of #ED24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24CB

Black with #ED24CB

Text Example


Text Example

White with #ED24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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