Html Css Color HEX #EC3190 Deep Cerise

📋 copy color: '#EC3190'

red 236 ◦ green 49 ◦ blue 144

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

Shades of Deep Cerise #EC3190

Tints of Deep Cerise #EC3190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 55.01%
G = 11.42%
B = 33.57%

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

#EC3190 (or 0xEC3190) is known color: Deep Cerise. HEX triplet: EC, 31 and 90. RGB value is (236,49,144). Sum of RGB (Red+Green+Blue) = 236+49+144=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3190 is #13CE6F. Grayscale: #737373. Windows color (decimal): -1298032 or 9449964. OLE color: 9449964.

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

Color convert

RGB 236 49 144 -
CMYK 0 0.79 0.39 0.07
HSL 329.52º 0.83% 0.56% -
HSV(B) 329.52º 0.79% 0.93% -
XYZ 40.72 22.04 28.49 -
YUV 115.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 236 49 144 0 0.79 0.39 0.07 329.52 0.83 0.56
Hex EC 31 90 0 4F 27 7 14A 53 38
Octal 354 61 220 0 117 47 7 512 123 70
Binary 11101100 110001 10010000 0 1001111 100111 111 101001010 1010011 111000

Color Harmonies of #EC3190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3190

Black with #EC3190

Text Example


Text Example

White with #EC3190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3190; }

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

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

background-color css

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

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

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

border-color css

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

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

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