#EC278D

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

Shades of Deep Cerise #EC278D

Tints of Deep Cerise #EC278D

Color information

#EC278D (or 0xEC278D) is unknown color: approx Deep Cerise. HEX triplet: EC, 27 and 8D. RGB value is (236,39,141). Sum of RGB (Red+Green+Blue) = 236+39+141=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC278D is #13D872. Grayscale: #6D6D6D. Windows color (decimal): -1300595 or 9250796. OLE color: 9250796.

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

Color convert

RGB23639141-
CMYK00.830.400.07
HSL328.93º83.83%53.92%-
HSV(B)328.93º83.47%92.55%-
XYZ40.1321.2127.18-
YUV109.53145.77218.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.73%
GREEN value IS 39 (15.62% from 255) = 9.38%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=56.73%
G=9.38%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363914100.830.400.07328.9383.8353.92
HexEC278D0532871495436
Octal35447215012350751112466
Binary1110110010011110001101010100111010001111010010011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC278D; }

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

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

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

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

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

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

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

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