Html Css Color HEX #EC315E Cerise

📋 copy color: '#EC315E'

red 236 ◦ green 49 ◦ blue 94

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

Shades of Cerise #EC315E

Tints of Cerise #EC315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 62.27%
G = 12.93%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC315E (or 0xEC315E) is known color: Cerise. HEX triplet: EC, 31 and 5E. RGB value is (236,49,94). Sum of RGB (Red+Green+Blue) = 236+49+94=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC315E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC315E is #13CEA1. Grayscale: #6E6E6E. Windows color (decimal): -1298082 or 6173164. OLE color: 6173164.

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

Color convert

RGB 236 49 94 -
CMYK 0 0.79 0.60 0.07
HSL 345.56º 0.83% 0.56% -
HSV(B) 345.56º 0.79% 0.93% -
XYZ 37.71 20.84 12.62 -
YUV 110.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 236 49 94 0 0.79 0.60 0.07 345.56 0.83 0.56
Hex EC 31 5E 0 4F 3C 7 15A 53 38
Octal 354 61 136 0 117 74 7 532 123 70
Binary 11101100 110001 1011110 0 1001111 111100 111 101011010 1010011 111000

Color Harmonies of #EC315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC315E

Black with #EC315E

Text Example


Text Example

White with #EC315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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