#ED37C3

Color #ED37C3 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #ED37C3

Tints of Razzle Dazzle Rose #ED37C3

Color information

#ED37C3 (or 0xED37C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 37 and C3. RGB value is (237,55,195). Sum of RGB (Red+Green+Blue) = 237+55+195=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED37C3 is #12C83C. Grayscale: #7C7C7C. Windows color (decimal): -1230909 or 12793837. OLE color: 12793837.

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

Color convert

RGB23755195-
CMYK00.770.180.07
HSL313.85º83.49%57.25%-
HSV(B)313.85º76.79%92.94%-
XYZ46.1424.6853.96-
YUV125.38167.3207.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 55 (21.88% from 255) = 11.29%
BLUE value IS 195 (76.56% from 255) = 40.04%
R=48.67%
G=11.29%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375519500.770.180.07313.8583.4957.25
HexED37C304D12713a5339
Octal35567303011522747212371
Binary111011011101111100001101001101100101111001110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED37C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED37C3; }

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

 H1.HeaderClassName
 {
   color: #ED37C3;
 }
 .AnyTagClassName
 {
   color: #ED37C3;
 }
</style>
background-color css

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

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

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

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

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

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