Html Css Color HEX #ED23DD Razzle Dazzle Rose

📋 copy color: '#ED23DD'

red 237 ◦ green 35 ◦ blue 221

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

Shades of Razzle Dazzle Rose #ED23DD

Tints of Razzle Dazzle Rose #ED23DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.1%

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

R = 48.07%
G = 7.1%
B = 44.83%

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

#ED23DD (or 0xED23DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and DD. RGB value is (237,35,221). Sum of RGB (Red+Green+Blue) = 237+35+221=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23DD is #12DC22. Grayscale: #747474. Windows color (decimal): -1236003 or 14492653. OLE color: 14492653.

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

Color convert

RGB 237 35 221 -
CMYK 0 0.85 0.07 0.07
HSL 304.75º 0.85% 0.53% -
HSV(B) 304.75º 0.85% 0.93% -
XYZ 48.58 24.43 70.56 -
YUV 116.6 186.92 213.88 -
System Red Green Blue C M Y K H S L
Decimal 237 35 221 0 0.85 0.07 0.07 304.75 0.85 0.53
Hex ED 23 DD 0 55 7 7 131 55 35
Octal 355 43 335 0 125 7 7 461 125 65
Binary 11101101 100011 11011101 0 1010101 111 111 100110001 1010101 110101

Color Harmonies of #ED23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED23DD

Black with #ED23DD

Text Example


Text Example

White with #ED23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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