#ED3360

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

Shades of Cerise #ED3360

Tints of Cerise #ED3360

Color information

#ED3360 (or 0xED3360) is unknown color: approx Cerise. HEX triplet: ED, 33 and 60. RGB value is (237,51,96). Sum of RGB (Red+Green+Blue) = 237+51+96=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3360 is #12CC9F. Grayscale: #6F6F6F. Windows color (decimal): -1232032 or 6304749. OLE color: 6304749.

HSL color Cylindrical-coordinate representation of color #ED3360: hue angle of 345.48º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3360 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB2375196-
CMYK00.780.590.07
HSL345.48º83.78%56.47%-
HSV(B)345.48º78.48%92.94%-
XYZ38.2221.2213.15-
YUV111.74119.12217.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.72%
GREEN value IS 51 (20.31% from 255) = 13.28%
BLUE value IS 96 (37.89% from 255) = 25%
R=61.72%
G=13.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237519600.780.590.07345.4883.7856.47
HexED336004E3B71595438
Octal35563140011673753112470
Binary111011011100111100000010011101110111111010110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3360; }

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

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

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

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

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

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

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

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