#ed286d

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

Shades of Cerise #ED286D

Tints of Cerise #ED286D

Color information

#ED286D (or 0xED286D) is unknown color: approx Cerise. HEX triplet: ED, 28 and 6D. RGB value is (237,40,109). Sum of RGB (Red+Green+Blue) = 237+40+109=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED286D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED286D is #12D792. Grayscale: #6A6A6A. Windows color (decimal): -1234835 or 7153901. OLE color: 7153901.

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

Color convert

RGB23740109-
CMYK00.830.540.07
HSL338.98º84.55%54.31%-
HSV(B)338.98º83.12%92.94%-
XYZ38.4420.6316.42-
YUV106.77129.27220.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.40%
GREEN value IS 40 (16.02% from 255) = 10.36%
BLUE value IS 109 (42.97% from 255) = 28.24%
R=61.40%
G=10.36%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374010900.830.540.07338.9884.5554.31
HexED286D0533671535536
Octal35550155012366752312566
Binary111011011010001101101010100111101101111010100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed286d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed286d; }

 p { color: rgb(237,40,109); }

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

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

 a { background-color: rgb(237,40,109); }

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

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

 span { border-color: rgb(237,40,109); }

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