#EC268F

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

Shades of Deep Cerise #EC268F

Tints of Deep Cerise #EC268F

Color information

#EC268F (or 0xEC268F) is unknown color: approx Deep Cerise. HEX triplet: EC, 26 and 8F. RGB value is (236,38,143). Sum of RGB (Red+Green+Blue) = 236+38+143=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC268F is #13D970. Grayscale: #6C6C6C. Windows color (decimal): -1300849 or 9381612. OLE color: 9381612.

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

Color convert

RGB23638143-
CMYK00.840.390.07
HSL328.18º83.9%53.73%-
HSV(B)328.18º83.9%92.55%-
XYZ40.2421.227.96-
YUV109.17147.1218.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 38 (15.23% from 255) = 9.11%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=56.59%
G=9.11%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363814300.840.390.07328.1883.953.73
HexEC268F0542771485436
Octal35446217012447751012466
Binary1110110010011010001111010101001001111111010010001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC268F; }

 p { color: rgb(236,38,143); }

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

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

 a { background-color: rgb(236,38,143); }

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

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

 span { border-color: rgb(236,38,143); }

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