#ED3260

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

Shades of Cerise #ED3260

Tints of Cerise #ED3260

Color information

#ED3260 (or 0xED3260) is unknown color: approx Cerise. HEX triplet: ED, 32 and 60. RGB value is (237,50,96). Sum of RGB (Red+Green+Blue) = 237+50+96=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3260 is #12CD9F. Grayscale: #6F6F6F. Windows color (decimal): -1232288 or 6304493. OLE color: 6304493.

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

Color convert

RGB2375096-
CMYK00.790.590.07
HSL345.24º83.86%56.27%-
HSV(B)345.24º78.9%92.94%-
XYZ38.1821.1313.13-
YUV111.16119.45217.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.88%
GREEN value IS 50 (19.92% from 255) = 13.05%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=61.88%
G=13.05%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237509600.790.590.07345.2483.8656.27
HexED326004F3B71595438
Octal35562140011773753112470
Binary111011011100101100000010011111110111111010110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3260; }

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

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

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

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

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

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

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

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