Html Css Color HEX #ED376B Cerise

📋 copy color: '#ED376B'

red 237 ◦ green 55 ◦ blue 107

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

Shades of Cerise #ED376B

Tints of Cerise #ED376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.82%

R = 59.4%
G = 13.78%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED376B (or 0xED376B) is known color: Cerise. HEX triplet: ED, 37 and 6B. RGB value is (237,55,107). Sum of RGB (Red+Green+Blue) = 237+55+107=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED376B is #12C894. Grayscale: #737373. Windows color (decimal): -1230997 or 7026669. OLE color: 7026669.

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

Color convert

RGB 237 55 107 -
CMYK 0 0.77 0.55 0.07
HSL 342.86º 0.83% 0.57% -
HSV(B) 342.86º 0.77% 0.93% -
XYZ 38.95 21.8 16.06 -
YUV 115.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 237 55 107 0 0.77 0.55 0.07 342.86 0.83 0.57
Hex ED 37 6B 0 4D 37 7 157 53 39
Octal 355 67 153 0 115 67 7 527 123 71
Binary 11101101 110111 1101011 0 1001101 110111 111 101010111 1010011 111001

Color Harmonies of #ED376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED376B

Black with #ED376B

Text Example


Text Example

White with #ED376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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