Html Css Color HEX #ED3760 Cerise

📋 copy color: '#ED3760'

red 237 ◦ green 55 ◦ blue 96

#ED3760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #ED3760

Tints of Cerise #ED3760

RGB

 RED value IS 237 (92.97% from 255) = 61.08%

 GREEN value IS 55 (21.88% from 255) = 14.18%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 61.08%
G = 14.18%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED3760 (or 0xED3760) is known color: Cerise. HEX triplet: ED, 37 and 60. RGB value is (237,55,96). Sum of RGB (Red+Green+Blue) = 237+55+96=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3760 is #12C89F. Grayscale: #727272. Windows color (decimal): -1231008 or 6305773. OLE color: 6305773.

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

Color convert

RGB 237 55 96 -
CMYK 0 0.77 0.59 0.07
HSL 346.48º 0.83% 0.57% -
HSV(B) 346.48º 0.77% 0.93% -
XYZ 38.4 21.58 13.21 -
YUV 114.09 117.8 215.67 -
System Red Green Blue C M Y K H S L
Decimal 237 55 96 0 0.77 0.59 0.07 346.48 0.83 0.57
Hex ED 37 60 0 4D 3B 7 15A 53 39
Octal 355 67 140 0 115 73 7 532 123 71
Binary 11101101 110111 1100000 0 1001101 111011 111 101011010 1010011 111001

Color Harmonies of #ED3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3760

Black with #ED3760

Text Example


Text Example

White with #ED3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3760; }

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

 H1.HeaderClassName
 {
   color: #ED3760;
 }
 .AnyTagClassName
 {
   color: #ED3760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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