Html Css Color HEX #EC3161 Cerise

📋 copy color: '#EC3161'

red 236 ◦ green 49 ◦ blue 97

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

Shades of Cerise #EC3161

Tints of Cerise #EC3161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.39%

R = 61.78%
G = 12.83%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC3161 (or 0xEC3161) is known color: Cerise. HEX triplet: EC, 31 and 61. RGB value is (236,49,97). Sum of RGB (Red+Green+Blue) = 236+49+97=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3161 is #13CE9E. Grayscale: #6E6E6E. Windows color (decimal): -1298079 or 6369772. OLE color: 6369772.

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

Color convert

RGB 236 49 97 -
CMYK 0 0.79 0.59 0.07
HSL 344.6º 0.83% 0.56% -
HSV(B) 344.6º 0.79% 0.93% -
XYZ 37.85 20.89 13.35 -
YUV 110.39 120.45 217.6 -
System Red Green Blue C M Y K H S L
Decimal 236 49 97 0 0.79 0.59 0.07 344.6 0.83 0.56
Hex EC 31 61 0 4F 3B 7 159 53 38
Octal 354 61 141 0 117 73 7 531 123 70
Binary 11101100 110001 1100001 0 1001111 111011 111 101011001 1010011 111000

Color Harmonies of #EC3161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3161

Black with #EC3161

Text Example


Text Example

White with #EC3161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3161; }

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

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

background-color css

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

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

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

border-color css

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

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

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