Html Css Color HEX #EC3064 Cerise

📋 copy color: '#EC3064'

red 236 ◦ green 48 ◦ blue 100

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

Shades of Cerise #EC3064

Tints of Cerise #EC3064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.5%

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

R = 61.46%
G = 12.5%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC3064 (or 0xEC3064) is known color: Cerise. HEX triplet: EC, 30 and 64. RGB value is (236,48,100). Sum of RGB (Red+Green+Blue) = 236+48+100=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3064 is #13CF9B. Grayscale: #6E6E6E. Windows color (decimal): -1298332 or 6566124. OLE color: 6566124.

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

Color convert

RGB 236 48 100 -
CMYK 0 0.80 0.58 0.07
HSL 343.4º 0.83% 0.56% -
HSV(B) 343.4º 0.8% 0.93% -
XYZ 37.95 20.87 14.08 -
YUV 110.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 236 48 100 0 0.80 0.58 0.07 343.4 0.83 0.56
Hex EC 30 64 0 50 3A 7 157 53 38
Octal 354 60 144 0 120 72 7 527 123 70
Binary 11101100 110000 1100100 0 1010000 111010 111 101010111 1010011 111000

Color Harmonies of #EC3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3064

Black with #EC3064

Text Example


Text Example

White with #EC3064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3064; }

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

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

background-color css

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

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

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

border-color css

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

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

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