#ED3761

Color #ED3761 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #ED3761

Tints of Cerise #ED3761

Color information

#ED3761 (or 0xED3761) is unknown color: approx Cerise. HEX triplet: ED, 37 and 61. RGB value is (237,55,97). Sum of RGB (Red+Green+Blue) = 237+55+97=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3761 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3761 is #12C89E. Grayscale: #727272. Windows color (decimal): -1231007 or 6371309. OLE color: 6371309.

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

Color convert

RGB2375597-
CMYK00.770.590.07
HSL346.15º83.49%57.25%-
HSV(B)346.15º76.79%92.94%-
XYZ38.4521.613.45-
YUV114.21118.3215.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.93%
GREEN value IS 55 (21.88% from 255) = 14.14%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=60.93%
G=14.14%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237559700.770.590.07346.1583.4957.25
HexED376104D3B715a5339
Octal35567141011573753212371
Binary111011011101111100001010011011110111111010110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3761; }

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

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

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

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

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

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

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

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