Html Css Color HEX #EC317F Deep Cerise

📋 copy color: '#EC317F'

red 236 ◦ green 49 ◦ blue 127

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

Shades of Deep Cerise #EC317F

Tints of Deep Cerise #EC317F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.83%

R = 57.28%
G = 11.89%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC317F (or 0xEC317F) is known color: Deep Cerise. HEX triplet: EC, 31 and 7F. RGB value is (236,49,127). Sum of RGB (Red+Green+Blue) = 236+49+127=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC317F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC317F is #13CE80. Grayscale: #717171. Windows color (decimal): -1298049 or 8335852. OLE color: 8335852.

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

Color convert

RGB 236 49 127 -
CMYK 0 0.79 0.46 0.07
HSL 334.97º 0.83% 0.56% -
HSV(B) 334.97º 0.79% 0.93% -
XYZ 39.52 21.56 22.16 -
YUV 113.81 135.45 215.16 -
System Red Green Blue C M Y K H S L
Decimal 236 49 127 0 0.79 0.46 0.07 334.97 0.83 0.56
Hex EC 31 7F 0 4F 2E 7 14F 53 38
Octal 354 61 177 0 117 56 7 517 123 70
Binary 11101100 110001 1111111 0 1001111 101110 111 101001111 1010011 111000

Color Harmonies of #EC317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC317F

Black with #EC317F

Text Example


Text Example

White with #EC317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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