Html Css Color HEX #ED32DF Razzle Dazzle Rose

📋 copy color: '#ED32DF'

red 237 ◦ green 50 ◦ blue 223

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

Shades of Razzle Dazzle Rose #ED32DF

Tints of Razzle Dazzle Rose #ED32DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 46.47%
G = 9.8%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED32DF (or 0xED32DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 32 and DF. RGB value is (237,50,223). Sum of RGB (Red+Green+Blue) = 237+50+223=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED32DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED32DF is #12CD20. Grayscale: #7D7D7D. Windows color (decimal): -1232161 or 14627565. OLE color: 14627565.

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

Color convert

RGB 237 50 223 -
CMYK 0 0.79 0.06 0.07
HSL 304.49º 0.84% 0.56% -
HSV(B) 304.49º 0.79% 0.93% -
XYZ 49.38 25.61 72.15 -
YUV 125.64 182.95 207.43 -
System Red Green Blue C M Y K H S L
Decimal 237 50 223 0 0.79 0.06 0.07 304.49 0.84 0.56
Hex ED 32 DF 0 4F 6 7 130 54 38
Octal 355 62 337 0 117 6 7 460 124 70
Binary 11101101 110010 11011111 0 1001111 110 111 100110000 1010100 111000

Color Harmonies of #ED32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32DF

Black with #ED32DF

Text Example


Text Example

White with #ED32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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