#EC276A

Color #EC276A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #EC276A

Tints of Cerise #EC276A

Color information

#EC276A (or 0xEC276A) is unknown color: approx Cerise. HEX triplet: EC, 27 and 6A. RGB value is (236,39,106). Sum of RGB (Red+Green+Blue) = 236+39+106=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC276A is #13D895. Grayscale: #696969. Windows color (decimal): -1300630 or 6957036. OLE color: 6957036.

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

Color convert

RGB23639106-
CMYK00.830.550.07
HSL339.59º83.83%53.92%-
HSV(B)339.59º83.47%92.55%-
XYZ37.9220.3215.56-
YUV105.54128.27221.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 61.94%
GREEN value IS 39 (15.62% from 255) = 10.24%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=61.94%
G=10.24%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363910600.830.550.07339.5983.8353.92
HexEC276A0533771545436
Octal35447152012367752412466
Binary111011001001111101010010100111101111111010101001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC276A; }

 p { color: rgb(236,39,106); }

 H1.HeaderClassName
 {
   color: #EC276A;
 }
 .AnyTagClassName
 {
   color: #EC276A;
 }
</style>
background-color css

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

 a { background-color: rgb(236,39,106); }

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

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

 span { border-color: rgb(236,39,106); }

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