#EC278B

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

Shades of Deep Cerise #EC278B

Tints of Deep Cerise #EC278B

Color information

#EC278B (or 0xEC278B) is unknown color: approx Deep Cerise. HEX triplet: EC, 27 and 8B. RGB value is (236,39,139). Sum of RGB (Red+Green+Blue) = 236+39+139=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC278B is #13D874. Grayscale: #6D6D6D. Windows color (decimal): -1300597 or 9119724. OLE color: 9119724.

HSL color Cylindrical-coordinate representation of color #EC278B: hue angle of 329.54º 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 #EC278B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23639139-
CMYK00.830.410.07
HSL329.54º83.83%53.92%-
HSV(B)329.54º83.47%92.55%-
XYZ39.9821.1526.4-
YUV109.3144.77218.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.00%
GREEN value IS 39 (15.62% from 255) = 9.42%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=57.00%
G=9.42%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363913900.830.410.07329.5483.8353.92
HexEC278B05329714a5436
Octal35447213012351751212466
Binary1110110010011110001011010100111010011111010010101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC278B; }

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

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

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

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

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

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

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

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