Html Css Color HEX #ED366C Cerise

📋 copy color: '#ED366C'

red 237 ◦ green 54 ◦ blue 108

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

Shades of Cerise #ED366C

Tints of Cerise #ED366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.53%

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

R = 59.4%
G = 13.53%
B = 27.07%

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

#ED366C (or 0xED366C) is known color: Cerise. HEX triplet: ED, 36 and 6C. RGB value is (237,54,108). Sum of RGB (Red+Green+Blue) = 237+54+108=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED366C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED366C is #12C993. Grayscale: #727272. Windows color (decimal): -1231252 or 7091949. OLE color: 7091949.

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

Color convert

RGB 237 54 108 -
CMYK 0 0.77 0.54 0.07
HSL 342.3º 0.84% 0.57% -
HSV(B) 342.3º 0.77% 0.93% -
XYZ 38.95 21.73 16.33 -
YUV 114.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 237 54 108 0 0.77 0.54 0.07 342.3 0.84 0.57
Hex ED 36 6C 0 4D 36 7 156 54 39
Octal 355 66 154 0 115 66 7 526 124 71
Binary 11101101 110110 1101100 0 1001101 110110 111 101010110 1010100 111001

Color Harmonies of #ED366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED366C

Black with #ED366C

Text Example


Text Example

White with #ED366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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