Html Css Color HEX #EC316D Cerise

📋 copy color: '#EC316D'

red 236 ◦ green 49 ◦ blue 109

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

Shades of Cerise #EC316D

Tints of Cerise #EC316D

RGB

 RED value IS 236 (92.58% from 255) = 59.9%

 GREEN value IS 49 (19.53% from 255) = 12.44%

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

R = 59.9%
G = 12.44%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC316D (or 0xEC316D) is known color: Cerise. HEX triplet: EC, 31 and 6D. RGB value is (236,49,109). Sum of RGB (Red+Green+Blue) = 236+49+109=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC316D is #13CE92. Grayscale: #6F6F6F. Windows color (decimal): -1298067 or 7156204. OLE color: 7156204.

HSL color Cylindrical-coordinate representation of color #EC316D: hue angle of 340.75º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC316D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 109 -
CMYK 0 0.79 0.54 0.07
HSL 340.75º 0.83% 0.56% -
HSV(B) 340.75º 0.79% 0.93% -
XYZ 38.45 21.13 16.52 -
YUV 111.75 126.45 216.62 -
System Red Green Blue C M Y K H S L
Decimal 236 49 109 0 0.79 0.54 0.07 340.75 0.83 0.56
Hex EC 31 6D 0 4F 36 7 155 53 38
Octal 354 61 155 0 117 66 7 525 123 70
Binary 11101100 110001 1101101 0 1001111 110110 111 101010101 1010011 111000

Color Harmonies of #EC316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC316D

Black with #EC316D

Text Example


Text Example

White with #EC316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC316D; }

 p { color: rgb(236,49,109); }

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

background-color css

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

 a { background-color: rgb(236,49,109); }

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

border-color css

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

 span { border-color: rgb(236,49,109); }

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