Html Css Color HEX #ED37DF Razzle Dazzle Rose

📋 copy color: '#ED37DF'

red 237 ◦ green 55 ◦ blue 223

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

Shades of Razzle Dazzle Rose #ED37DF

Tints of Razzle Dazzle Rose #ED37DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.68%

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

R = 46.02%
G = 10.68%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED37DF (or 0xED37DF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 37 and DF. RGB value is (237,55,223). Sum of RGB (Red+Green+Blue) = 237+55+223=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED37DF is #12C820. Grayscale: #808080. Windows color (decimal): -1230881 or 14628845. OLE color: 14628845.

HSL color Cylindrical-coordinate representation of color #ED37DF: hue angle of 304.62º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED37DF is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 55 223 -
CMYK 0 0.77 0.06 0.07
HSL 304.62º 0.83% 0.57% -
HSV(B) 304.62º 0.77% 0.93% -
XYZ 49.61 26.06 72.23 -
YUV 128.57 181.3 205.34 -
System Red Green Blue C M Y K H S L
Decimal 237 55 223 0 0.77 0.06 0.07 304.62 0.83 0.57
Hex ED 37 DF 0 4D 6 7 131 53 39
Octal 355 67 337 0 115 6 7 461 123 71
Binary 11101101 110111 11011111 0 1001101 110 111 100110001 1010011 111001

Color Harmonies of #ED37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED37DF

Black with #ED37DF

Text Example


Text Example

White with #ED37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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