Html Css Color HEX #EC317C Deep Cerise

📋 copy color: '#EC317C'

red 236 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #EC317C

Tints of Deep Cerise #EC317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 57.7%
G = 11.98%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC317C (or 0xEC317C) is known color: Deep Cerise. HEX triplet: EC, 31 and 7C. RGB value is (236,49,124). Sum of RGB (Red+Green+Blue) = 236+49+124=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC317C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC317C is #13CE83. Grayscale: #717171. Windows color (decimal): -1298052 or 8139244. OLE color: 8139244.

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

Color convert

RGB 236 49 124 -
CMYK 0 0.79 0.47 0.07
HSL 335.94º 0.83% 0.56% -
HSV(B) 335.94º 0.79% 0.93% -
XYZ 39.33 21.48 21.14 -
YUV 113.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 236 49 124 0 0.79 0.47 0.07 335.94 0.83 0.56
Hex EC 31 7C 0 4F 2F 7 150 53 38
Octal 354 61 174 0 117 57 7 520 123 70
Binary 11101100 110001 1111100 0 1001111 101111 111 101010000 1010011 111000

Color Harmonies of #EC317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC317C

Black with #EC317C

Text Example


Text Example

White with #EC317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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