#ED3768

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

Shades of Cerise #ED3768

Tints of Cerise #ED3768

Color information

#ED3768 (or 0xED3768) is unknown color: approx Cerise. HEX triplet: ED, 37 and 68. RGB value is (237,55,104). Sum of RGB (Red+Green+Blue) = 237+55+104=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3768 is #12C897. Grayscale: #727272. Windows color (decimal): -1231000 or 6830061. OLE color: 6830061.

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

Color convert

RGB23755104-
CMYK00.770.560.07
HSL343.85º83.49%57.25%-
HSV(B)343.85º76.79%92.94%-
XYZ38.7921.7415.25-
YUV115121.8215.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.85%
GREEN value IS 55 (21.88% from 255) = 13.89%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=59.85%
G=13.89%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375510400.770.560.07343.8583.4957.25
HexED376804D3871585339
Octal35567150011570753012371
Binary111011011101111101000010011011110001111010110001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3768; }

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

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

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

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

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

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

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

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