Html Css Color HEX #EC3A64 Cerise

📋 copy color: '#EC3A64'

red 236 ◦ green 58 ◦ blue 100

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

Shades of Cerise #EC3A64

Tints of Cerise #EC3A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 59.9%
G = 14.72%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC3A64 (or 0xEC3A64) is known color: Cerise. HEX triplet: EC, 3A and 64. RGB value is (236,58,100). Sum of RGB (Red+Green+Blue) = 236+58+100=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A64 is #13C59B. Grayscale: #747474. Windows color (decimal): -1295772 or 6568684. OLE color: 6568684.

HSL color Cylindrical-coordinate representation of color #EC3A64: hue angle of 345.84º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A64 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 58 100 -
CMYK 0 0.75 0.58 0.07
HSL 345.84º 0.82% 0.58% -
HSV(B) 345.84º 0.75% 0.93% -
XYZ 38.41 21.78 14.24 -
YUV 116.01 118.97 213.58 -
System Red Green Blue C M Y K H S L
Decimal 236 58 100 0 0.75 0.58 0.07 345.84 0.82 0.58
Hex EC 3A 64 0 4B 3A 7 15A 52 3A
Octal 354 72 144 0 113 72 7 532 122 72
Binary 11101100 111010 1100100 0 1001011 111010 111 101011010 1010010 111010

Color Harmonies of #EC3A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A64

Black with #EC3A64

Text Example


Text Example

White with #EC3A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A64; }

 p { color: rgb(236,58,100); }

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

background-color css

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

 a { background-color: rgb(236,58,100); }

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

border-color css

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

 span { border-color: rgb(236,58,100); }

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