Html Css Color HEX #EC3364 Cerise

📋 copy color: '#EC3364'

red 236 ◦ green 51 ◦ blue 100

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

Shades of Cerise #EC3364

Tints of Cerise #EC3364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 60.98%
G = 13.18%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC3364 (or 0xEC3364) is known color: Cerise. HEX triplet: EC, 33 and 64. RGB value is (236,51,100). Sum of RGB (Red+Green+Blue) = 236+51+100=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3364 is #13CC9B. Grayscale: #6F6F6F. Windows color (decimal): -1297564 or 6566892. OLE color: 6566892.

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

Color convert

RGB 236 51 100 -
CMYK 0 0.78 0.58 0.07
HSL 344.11º 0.83% 0.56% -
HSV(B) 344.11º 0.78% 0.93% -
XYZ 38.08 21.12 14.13 -
YUV 111.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 236 51 100 0 0.78 0.58 0.07 344.11 0.83 0.56
Hex EC 33 64 0 4E 3A 7 158 53 38
Octal 354 63 144 0 116 72 7 530 123 70
Binary 11101100 110011 1100100 0 1001110 111010 111 101011000 1010011 111000

Color Harmonies of #EC3364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3364

Black with #EC3364

Text Example


Text Example

White with #EC3364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3364; }

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

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

background-color css

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

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

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

border-color css

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

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

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