Html Css Color HEX #ED32DC Razzle Dazzle Rose

📋 copy color: '#ED32DC'

red 237 ◦ green 50 ◦ blue 220

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

Shades of Razzle Dazzle Rose #ED32DC

Tints of Razzle Dazzle Rose #ED32DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 46.75%
G = 9.86%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED32DC (or 0xED32DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and DC. RGB value is (237,50,220). Sum of RGB (Red+Green+Blue) = 237+50+220=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 50 (19.92% from 255 or 9.86% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32DC is #12CD23. Grayscale: #7C7C7C. Windows color (decimal): -1232164 or 14430957. OLE color: 14430957.

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

Color convert

RGB 237 50 220 -
CMYK 0 0.79 0.07 0.07
HSL 305.45º 0.84% 0.56% -
HSV(B) 305.45º 0.79% 0.93% -
XYZ 48.98 25.45 70.04 -
YUV 125.29 181.45 207.68 -
System Red Green Blue C M Y K H S L
Decimal 237 50 220 0 0.79 0.07 0.07 305.45 0.84 0.56
Hex ED 32 DC 0 4F 7 7 131 54 38
Octal 355 62 334 0 117 7 7 461 124 70
Binary 11101101 110010 11011100 0 1001111 111 111 100110001 1010100 111000

Color Harmonies of #ED32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32DC

Black with #ED32DC

Text Example


Text Example

White with #ED32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED32DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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