Html Css Color HEX #EC3268 Cerise

📋 copy color: '#EC3268'

red 236 ◦ green 50 ◦ blue 104

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

Shades of Cerise #EC3268

Tints of Cerise #EC3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

 BLUE value IS 104 (41.02% from 255) = 26.67%

R = 60.51%
G = 12.82%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC3268 (or 0xEC3268) is known color: Cerise. HEX triplet: EC, 32 and 68. RGB value is (236,50,104). Sum of RGB (Red+Green+Blue) = 236+50+104=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3268 is #13CD97. Grayscale: #6F6F6F. Windows color (decimal): -1297816 or 6828780. OLE color: 6828780.

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

Color convert

RGB 236 50 104 -
CMYK 0 0.79 0.56 0.07
HSL 342.58º 0.83% 0.56% -
HSV(B) 342.58º 0.79% 0.93% -
XYZ 38.23 21.11 15.16 -
YUV 111.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 236 50 104 0 0.79 0.56 0.07 342.58 0.83 0.56
Hex EC 32 68 0 4F 38 7 157 53 38
Octal 354 62 150 0 117 70 7 527 123 70
Binary 11101100 110010 1101000 0 1001111 111000 111 101010111 1010011 111000

Color Harmonies of #EC3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3268

Black with #EC3268

Text Example


Text Example

White with #EC3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3268; }

 p { color: rgb(236,50,104); }

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

background-color css

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

 a { background-color: rgb(236,50,104); }

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

border-color css

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

 span { border-color: rgb(236,50,104); }

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