Html Css Color HEX #EC317A Deep Cerise

📋 copy color: '#EC317A'

red 236 ◦ green 49 ◦ blue 122

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

Shades of Deep Cerise #EC317A

Tints of Deep Cerise #EC317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 57.99%
G = 12.04%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC317A (or 0xEC317A) is known color: Deep Cerise. HEX triplet: EC, 31 and 7A. RGB value is (236,49,122). Sum of RGB (Red+Green+Blue) = 236+49+122=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC317A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC317A is #13CE85. Grayscale: #717171. Windows color (decimal): -1298054 or 8008172. OLE color: 8008172.

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

Color convert

RGB 236 49 122 -
CMYK 0 0.79 0.48 0.07
HSL 336.58º 0.83% 0.56% -
HSV(B) 336.58º 0.79% 0.93% -
XYZ 39.2 21.43 20.48 -
YUV 113.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 236 49 122 0 0.79 0.48 0.07 336.58 0.83 0.56
Hex EC 31 7A 0 4F 30 7 151 53 38
Octal 354 61 172 0 117 60 7 521 123 70
Binary 11101100 110001 1111010 0 1001111 110000 111 101010001 1010011 111000

Color Harmonies of #EC317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC317A

Black with #EC317A

Text Example


Text Example

White with #EC317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC317A; }

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

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

background-color css

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

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

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

border-color css

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

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

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