Html Css Color HEX #EC317E Deep Cerise

📋 copy color: '#EC317E'

red 236 ◦ green 49 ◦ blue 126

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

Shades of Deep Cerise #EC317E

Tints of Deep Cerise #EC317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 57.42%
G = 11.92%
B = 30.66%

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

#EC317E (or 0xEC317E) is known color: Deep Cerise. HEX triplet: EC, 31 and 7E. RGB value is (236,49,126). Sum of RGB (Red+Green+Blue) = 236+49+126=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC317E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC317E is #13CE81. Grayscale: #717171. Windows color (decimal): -1298050 or 8270316. OLE color: 8270316.

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

Color convert

RGB 236 49 126 -
CMYK 0 0.79 0.47 0.07
HSL 335.29º 0.83% 0.56% -
HSV(B) 335.29º 0.79% 0.93% -
XYZ 39.46 21.54 21.82 -
YUV 113.69 134.95 215.24 -
System Red Green Blue C M Y K H S L
Decimal 236 49 126 0 0.79 0.47 0.07 335.29 0.83 0.56
Hex EC 31 7E 0 4F 2F 7 14F 53 38
Octal 354 61 176 0 117 57 7 517 123 70
Binary 11101100 110001 1111110 0 1001111 101111 111 101001111 1010011 111000

Color Harmonies of #EC317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC317E

Black with #EC317E

Text Example


Text Example

White with #EC317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC317E; }

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

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

background-color css

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

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

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

border-color css

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

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

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