Html Css Color HEX #EC355E Cerise

📋 copy color: '#EC355E'

red 236 ◦ green 53 ◦ blue 94

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

Shades of Cerise #EC355E

Tints of Cerise #EC355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.84%

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

R = 61.62%
G = 13.84%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC355E (or 0xEC355E) is known color: Cerise. HEX triplet: EC, 35 and 5E. RGB value is (236,53,94). Sum of RGB (Red+Green+Blue) = 236+53+94=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC355E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC355E is #13CAA1. Grayscale: #707070. Windows color (decimal): -1297058 or 6174188. OLE color: 6174188.

HSL color Cylindrical-coordinate representation of color #EC355E: hue angle of 346.56º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC355E is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 53 94 -
CMYK 0 0.78 0.60 0.07
HSL 346.56º 0.83% 0.57% -
HSV(B) 346.56º 0.78% 0.93% -
XYZ 37.89 21.19 12.68 -
YUV 112.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 236 53 94 0 0.78 0.60 0.07 346.56 0.83 0.57
Hex EC 35 5E 0 4E 3C 7 15B 53 39
Octal 354 65 136 0 116 74 7 533 123 71
Binary 11101100 110101 1011110 0 1001110 111100 111 101011011 1010011 111001

Color Harmonies of #EC355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC355E

Black with #EC355E

Text Example


Text Example

White with #EC355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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