#ED37BC

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

Shades of Razzle Dazzle Rose #ED37BC

Tints of Razzle Dazzle Rose #ED37BC

Color information

#ED37BC (or 0xED37BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 37 and BC. RGB value is (237,55,188). Sum of RGB (Red+Green+Blue) = 237+55+188=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED37BC is #12C843. Grayscale: #7C7C7C. Windows color (decimal): -1230916 or 12335085. OLE color: 12335085.

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

Color convert

RGB23755188-
CMYK00.770.210.07
HSL316.15º83.49%57.25%-
HSV(B)316.15º76.79%92.94%-
XYZ45.3724.3749.89-
YUV124.58163.8208.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 55 (21.88% from 255) = 11.46%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=49.38%
G=11.46%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375518800.770.210.07316.1583.4957.25
HexED37BC04D15713c5339
Octal35567274011525747412371
Binary111011011101111011110001001101101011111001111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED37BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED37BC; }

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

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

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

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

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

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

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

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