Html Css Color HEX #ED366D Cerise

📋 copy color: '#ED366D'

red 237 ◦ green 54 ◦ blue 109

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

Shades of Cerise #ED366D

Tints of Cerise #ED366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 59.25%
G = 13.5%
B = 27.25%

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

#ED366D (or 0xED366D) is known color: Cerise. HEX triplet: ED, 36 and 6D. RGB value is (237,54,109). Sum of RGB (Red+Green+Blue) = 237+54+109=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED366D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED366D is #12C992. Grayscale: #727272. Windows color (decimal): -1231251 or 7157485. OLE color: 7157485.

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

Color convert

RGB 237 54 109 -
CMYK 0 0.77 0.54 0.07
HSL 341.97º 0.84% 0.57% -
HSV(B) 341.97º 0.77% 0.93% -
XYZ 39 21.75 16.61 -
YUV 114.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 237 54 109 0 0.77 0.54 0.07 341.97 0.84 0.57
Hex ED 36 6D 0 4D 36 7 156 54 39
Octal 355 66 155 0 115 66 7 526 124 71
Binary 11101101 110110 1101101 0 1001101 110110 111 101010110 1010100 111001

Color Harmonies of #ED366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED366D

Black with #ED366D

Text Example


Text Example

White with #ED366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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