Html Css Color HEX #ED21DB Razzle Dazzle Rose

📋 copy color: '#ED21DB'

red 237 ◦ green 33 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED21DB

Tints of Razzle Dazzle Rose #ED21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.75%

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

R = 48.47%
G = 6.75%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED21DB (or 0xED21DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 21 and DB. RGB value is (237,33,219). Sum of RGB (Red+Green+Blue) = 237+33+219=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21DB is #12DE24. Grayscale: #727272. Windows color (decimal): -1236517 or 14361069. OLE color: 14361069.

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

Color convert

RGB 237 33 219 -
CMYK 0 0.86 0.08 0.07
HSL 305.29º 0.85% 0.53% -
HSV(B) 305.29º 0.86% 0.93% -
XYZ 48.26 24.21 69.15 -
YUV 115.2 186.59 214.88 -
System Red Green Blue C M Y K H S L
Decimal 237 33 219 0 0.86 0.08 0.07 305.29 0.85 0.53
Hex ED 21 DB 0 56 8 7 131 55 35
Octal 355 41 333 0 126 10 7 461 125 65
Binary 11101101 100001 11011011 0 1010110 1000 111 100110001 1010101 110101

Color Harmonies of #ED21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED21DB

Black with #ED21DB

Text Example


Text Example

White with #ED21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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