Html Css Color HEX #EC318E Deep Cerise

📋 copy color: '#EC318E'

red 236 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #EC318E

Tints of Deep Cerise #EC318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 55.27%
G = 11.48%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC318E (or 0xEC318E) is known color: Deep Cerise. HEX triplet: EC, 31 and 8E. RGB value is (236,49,142). Sum of RGB (Red+Green+Blue) = 236+49+142=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC318E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC318E is #13CE71. Grayscale: #737373. Windows color (decimal): -1298034 or 9318892. OLE color: 9318892.

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

Color convert

RGB 236 49 142 -
CMYK 0 0.79 0.40 0.07
HSL 330.16º 0.83% 0.56% -
HSV(B) 330.16º 0.79% 0.93% -
XYZ 40.57 21.98 27.7 -
YUV 115.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 236 49 142 0 0.79 0.40 0.07 330.16 0.83 0.56
Hex EC 31 8E 0 4F 28 7 14A 53 38
Octal 354 61 216 0 117 50 7 512 123 70
Binary 11101100 110001 10001110 0 1001111 101000 111 101001010 1010011 111000

Color Harmonies of #EC318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC318E

Black with #EC318E

Text Example


Text Example

White with #EC318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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