Html Css Color HEX #EC318F Deep Cerise

📋 copy color: '#EC318F'

red 236 ◦ green 49 ◦ blue 143

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

Shades of Deep Cerise #EC318F

Tints of Deep Cerise #EC318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 55.14%
G = 11.45%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC318F (or 0xEC318F) is known color: Deep Cerise. HEX triplet: EC, 31 and 8F. RGB value is (236,49,143). Sum of RGB (Red+Green+Blue) = 236+49+143=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC318F is #13CE70. Grayscale: #737373. Windows color (decimal): -1298033 or 9384428. OLE color: 9384428.

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

Color convert

RGB 236 49 143 -
CMYK 0 0.79 0.39 0.07
HSL 329.84º 0.83% 0.56% -
HSV(B) 329.84º 0.79% 0.93% -
XYZ 40.65 22.01 28.09 -
YUV 115.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 236 49 143 0 0.79 0.39 0.07 329.84 0.83 0.56
Hex EC 31 8F 0 4F 27 7 14A 53 38
Octal 354 61 217 0 117 47 7 512 123 70
Binary 11101100 110001 10001111 0 1001111 100111 111 101001010 1010011 111000

Color Harmonies of #EC318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC318F

Black with #EC318F

Text Example


Text Example

White with #EC318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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