Html Css Color HEX #EC316F Cerise

📋 copy color: '#EC316F'

red 236 ◦ green 49 ◦ blue 111

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

Shades of Cerise #EC316F

Tints of Cerise #EC316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 59.6%
G = 12.37%
B = 28.03%

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

#EC316F (or 0xEC316F) is known color: Cerise. HEX triplet: EC, 31 and 6F. RGB value is (236,49,111). Sum of RGB (Red+Green+Blue) = 236+49+111=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC316F is #13CE90. Grayscale: #6F6F6F. Windows color (decimal): -1298065 or 7287276. OLE color: 7287276.

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

Color convert

RGB 236 49 111 -
CMYK 0 0.79 0.53 0.07
HSL 340.11º 0.83% 0.56% -
HSV(B) 340.11º 0.79% 0.93% -
XYZ 38.56 21.18 17.09 -
YUV 111.98 127.45 216.46 -
System Red Green Blue C M Y K H S L
Decimal 236 49 111 0 0.79 0.53 0.07 340.11 0.83 0.56
Hex EC 31 6F 0 4F 35 7 154 53 38
Octal 354 61 157 0 117 65 7 524 123 70
Binary 11101100 110001 1101111 0 1001111 110101 111 101010100 1010011 111000

Color Harmonies of #EC316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC316F

Black with #EC316F

Text Example


Text Example

White with #EC316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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