Html Css Color HEX #EC316C Cerise

📋 copy color: '#EC316C'

red 236 ◦ green 49 ◦ blue 108

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

Shades of Cerise #EC316C

Tints of Cerise #EC316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.48%

R = 60.05%
G = 12.47%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC316C (or 0xEC316C) is known color: Cerise. HEX triplet: EC, 31 and 6C. RGB value is (236,49,108). Sum of RGB (Red+Green+Blue) = 236+49+108=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC316C is #13CE93. Grayscale: #6F6F6F. Windows color (decimal): -1298068 or 7090668. OLE color: 7090668.

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

Color convert

RGB 236 49 108 -
CMYK 0 0.79 0.54 0.07
HSL 341.07º 0.83% 0.56% -
HSV(B) 341.07º 0.79% 0.93% -
XYZ 38.4 21.11 16.24 -
YUV 111.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 236 49 108 0 0.79 0.54 0.07 341.07 0.83 0.56
Hex EC 31 6C 0 4F 36 7 155 53 38
Octal 354 61 154 0 117 66 7 525 123 70
Binary 11101100 110001 1101100 0 1001111 110110 111 101010101 1010011 111000

Color Harmonies of #EC316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC316C

Black with #EC316C

Text Example


Text Example

White with #EC316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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