Html Css Color HEX #EC355D Cerise

📋 copy color: '#EC355D'

red 236 ◦ green 53 ◦ blue 93

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

Shades of Cerise #EC355D

Tints of Cerise #EC355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 61.78%
G = 13.87%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC355D (or 0xEC355D) is known color: Cerise. HEX triplet: EC, 35 and 5D. RGB value is (236,53,93). Sum of RGB (Red+Green+Blue) = 236+53+93=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC355D is #13CAA2. Grayscale: #707070. Windows color (decimal): -1297059 or 6108652. OLE color: 6108652.

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

Color convert

RGB 236 53 93 -
CMYK 0 0.78 0.61 0.07
HSL 346.89º 0.83% 0.57% -
HSV(B) 346.89º 0.78% 0.93% -
XYZ 37.84 21.17 12.45 -
YUV 112.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 236 53 93 0 0.78 0.61 0.07 346.89 0.83 0.57
Hex EC 35 5D 0 4E 3D 7 15B 53 39
Octal 354 65 135 0 116 75 7 533 123 71
Binary 11101100 110101 1011101 0 1001110 111101 111 101011011 1010011 111001

Color Harmonies of #EC355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC355D

Black with #EC355D

Text Example


Text Example

White with #EC355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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