Html Css Color HEX #ED376C Cerise

📋 copy color: '#ED376C'

red 237 ◦ green 55 ◦ blue 108

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

Shades of Cerise #ED376C

Tints of Cerise #ED376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 59.25%
G = 13.75%
B = 27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED376C (or 0xED376C) is known color: Cerise. HEX triplet: ED, 37 and 6C. RGB value is (237,55,108). Sum of RGB (Red+Green+Blue) = 237+55+108=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED376C is #12C893. Grayscale: #737373. Windows color (decimal): -1230996 or 7092205. OLE color: 7092205.

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

Color convert

RGB 237 55 108 -
CMYK 0 0.77 0.54 0.07
HSL 342.53º 0.83% 0.57% -
HSV(B) 342.53º 0.77% 0.93% -
XYZ 39 21.82 16.34 -
YUV 115.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 237 55 108 0 0.77 0.54 0.07 342.53 0.83 0.57
Hex ED 37 6C 0 4D 36 7 157 53 39
Octal 355 67 154 0 115 66 7 527 123 71
Binary 11101101 110111 1101100 0 1001101 110110 111 101010111 1010011 111001

Color Harmonies of #ED376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED376C

Black with #ED376C

Text Example


Text Example

White with #ED376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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