Html Css Color HEX #EC318D Deep Cerise

📋 copy color: '#EC318D'

red 236 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #EC318D

Tints of Deep Cerise #EC318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 55.4%
G = 11.5%
B = 33.1%

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

#EC318D (or 0xEC318D) is known color: Deep Cerise. HEX triplet: EC, 31 and 8D. RGB value is (236,49,141). Sum of RGB (Red+Green+Blue) = 236+49+141=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC318D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC318D is #13CE72. Grayscale: #737373. Windows color (decimal): -1298035 or 9253356. OLE color: 9253356.

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

Color convert

RGB 236 49 141 -
CMYK 0 0.79 0.40 0.07
HSL 330.48º 0.83% 0.56% -
HSV(B) 330.48º 0.79% 0.93% -
XYZ 40.5 21.95 27.3 -
YUV 115.4 142.45 214.02 -
System Red Green Blue C M Y K H S L
Decimal 236 49 141 0 0.79 0.40 0.07 330.48 0.83 0.56
Hex EC 31 8D 0 4F 28 7 14A 53 38
Octal 354 61 215 0 117 50 7 512 123 70
Binary 11101100 110001 10001101 0 1001111 101000 111 101001010 1010011 111000

Color Harmonies of #EC318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC318D

Black with #EC318D

Text Example


Text Example

White with #EC318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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