Html Css Color HEX #ED23DB Razzle Dazzle Rose

📋 copy color: '#ED23DB'

red 237 ◦ green 35 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED23DB

Tints of Razzle Dazzle Rose #ED23DB

RGB

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

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

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

R = 48.27%
G = 7.13%
B = 44.6%

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

#ED23DB (or 0xED23DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 23 and DB. RGB value is (237,35,219). Sum of RGB (Red+Green+Blue) = 237+35+219=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED23DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED23DB is #12DC24. Grayscale: #737373. Windows color (decimal): -1236005 or 14361581. OLE color: 14361581.

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

Color convert

RGB 237 35 219 -
CMYK 0 0.85 0.08 0.07
HSL 305.35º 0.85% 0.53% -
HSV(B) 305.35º 0.85% 0.93% -
XYZ 48.31 24.32 69.17 -
YUV 116.37 185.92 214.04 -
System Red Green Blue C M Y K H S L
Decimal 237 35 219 0 0.85 0.08 0.07 305.35 0.85 0.53
Hex ED 23 DB 0 55 8 7 131 55 35
Octal 355 43 333 0 125 10 7 461 125 65
Binary 11101101 100011 11011011 0 1010101 1000 111 100110001 1010101 110101

Color Harmonies of #ED23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED23DB

Black with #ED23DB

Text Example


Text Example

White with #ED23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED23DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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