Html Css Color HEX #EC316E Cerise

📋 copy color: '#EC316E'

red 236 ◦ green 49 ◦ blue 110

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

Shades of Cerise #EC316E

Tints of Cerise #EC316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 59.75%
G = 12.41%
B = 27.85%

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

#EC316E (or 0xEC316E) is known color: Cerise. HEX triplet: EC, 31 and 6E. RGB value is (236,49,110). Sum of RGB (Red+Green+Blue) = 236+49+110=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC316E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC316E is #13CE91. Grayscale: #6F6F6F. Windows color (decimal): -1298066 or 7221740. OLE color: 7221740.

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

Color convert

RGB 236 49 110 -
CMYK 0 0.79 0.53 0.07
HSL 340.43º 0.83% 0.56% -
HSV(B) 340.43º 0.79% 0.93% -
XYZ 38.5 21.16 16.81 -
YUV 111.87 126.95 216.54 -
System Red Green Blue C M Y K H S L
Decimal 236 49 110 0 0.79 0.53 0.07 340.43 0.83 0.56
Hex EC 31 6E 0 4F 35 7 154 53 38
Octal 354 61 156 0 117 65 7 524 123 70
Binary 11101100 110001 1101110 0 1001111 110101 111 101010100 1010011 111000

Color Harmonies of #EC316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC316E

Black with #EC316E

Text Example


Text Example

White with #EC316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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