#ED3767

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

Shades of Cerise #ED3767

Tints of Cerise #ED3767

Color information

#ED3767 (or 0xED3767) is unknown color: approx Cerise. HEX triplet: ED, 37 and 67. RGB value is (237,55,103). Sum of RGB (Red+Green+Blue) = 237+55+103=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3767 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3767 is #12C898. Grayscale: #727272. Windows color (decimal): -1231001 or 6764525. OLE color: 6764525.

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

Color convert

RGB23755103-
CMYK00.770.570.07
HSL344.18º83.49%57.25%-
HSV(B)344.18º76.79%92.94%-
XYZ38.7421.7214.98-
YUV114.89121.3215.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 55 (21.88% from 255) = 13.92%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=60%
G=13.92%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375510300.770.570.07344.1883.4957.25
HexED376704D3971585339
Octal35567147011571753012371
Binary111011011101111100111010011011110011111010110001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3767; }

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

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

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

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

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

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

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

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