Html Css Color HEX #EC3170 Cerise

📋 copy color: '#EC3170'

red 236 ◦ green 49 ◦ blue 112

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

Shades of Cerise #EC3170

Tints of Cerise #EC3170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 59.45%
G = 12.34%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC3170 (or 0xEC3170) is known color: Cerise. HEX triplet: EC, 31 and 70. RGB value is (236,49,112). Sum of RGB (Red+Green+Blue) = 236+49+112=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3170 is #13CE8F. Grayscale: #707070. Windows color (decimal): -1298064 or 7352812. OLE color: 7352812.

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

Color convert

RGB 236 49 112 -
CMYK 0 0.79 0.53 0.07
HSL 339.79º 0.83% 0.56% -
HSV(B) 339.79º 0.79% 0.93% -
XYZ 38.62 21.2 17.39 -
YUV 112.1 127.95 216.38 -
System Red Green Blue C M Y K H S L
Decimal 236 49 112 0 0.79 0.53 0.07 339.79 0.83 0.56
Hex EC 31 70 0 4F 35 7 154 53 38
Octal 354 61 160 0 117 65 7 524 123 70
Binary 11101100 110001 1110000 0 1001111 110101 111 101010100 1010011 111000

Color Harmonies of #EC3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3170

Black with #EC3170

Text Example


Text Example

White with #EC3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3170; }

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

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

background-color css

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

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

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

border-color css

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

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

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