Html Css Color HEX #ED32DB Razzle Dazzle Rose

📋 copy color: '#ED32DB'

red 237 ◦ green 50 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED32DB

Tints of Razzle Dazzle Rose #ED32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.88%

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

R = 46.84%
G = 9.88%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED32DB (or 0xED32DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and DB. RGB value is (237,50,219). Sum of RGB (Red+Green+Blue) = 237+50+219=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32DB is #12CD24. Grayscale: #7C7C7C. Windows color (decimal): -1232165 or 14365421. OLE color: 14365421.

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

Color convert

RGB 237 50 219 -
CMYK 0 0.79 0.08 0.07
HSL 305.78º 0.84% 0.56% -
HSV(B) 305.78º 0.79% 0.93% -
XYZ 48.85 25.4 69.35 -
YUV 125.18 180.95 207.76 -
System Red Green Blue C M Y K H S L
Decimal 237 50 219 0 0.79 0.08 0.07 305.78 0.84 0.56
Hex ED 32 DB 0 4F 8 7 132 54 38
Octal 355 62 333 0 117 10 7 462 124 70
Binary 11101101 110010 11011011 0 1001111 1000 111 100110010 1010100 111000

Color Harmonies of #ED32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32DB

Black with #ED32DB

Text Example


Text Example

White with #ED32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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