#ED416C

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

Shades of Cerise #ED416C

Tints of Cerise #ED416C

Color information

#ED416C (or 0xED416C) is unknown color: approx Cerise. HEX triplet: ED, 41 and 6C. RGB value is (237,65,108). Sum of RGB (Red+Green+Blue) = 237+65+108=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED416C is #12BE93. Grayscale: #797979. Windows color (decimal): -1228436 or 7094765. OLE color: 7094765.

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

Color convert

RGB23765108-
CMYK00.730.540.07
HSL345º82.69%59.22%-
HSV(B)345º72.57%92.94%-
XYZ39.5222.8716.52-
YUV121.33120.48210.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.80%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 108 (42.58% from 255) = 26.34%
R=57.80%
G=15.85%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376510800.730.540.0734582.6959.22
HexED416C049367159533b
Octal355101154011166753112373
Binary1110110110000011101100010010011101101111010110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED416C; }

 p { color: rgb(237,65,108); }

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

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

 a { background-color: rgb(237,65,108); }

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

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

 span { border-color: rgb(237,65,108); }

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