#EF268B

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

Shades of Deep Cerise #EF268B

Tints of Deep Cerise #EF268B

Color information

#EF268B (or 0xEF268B) is unknown color: approx Deep Cerise. HEX triplet: EF, 26 and 8B. RGB value is (239,38,139). Sum of RGB (Red+Green+Blue) = 239+38+139=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF268B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF268B is #10D974. Grayscale: #6D6D6D. Windows color (decimal): -1104245 or 9119471. OLE color: 9119471.

HSL color Cylindrical-coordinate representation of color #EF268B: hue angle of 329.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF268B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB23938139-
CMYK00.840.420.06
HSL329.85º86.27%54.31%-
HSV(B)329.85º84.1%93.73%-
XYZ40.9521.626.44-
YUV109.61144.59220.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.45%
GREEN value IS 38 (15.23% from 255) = 9.13%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=57.45%
G=9.13%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393813900.840.420.06329.8586.2754.31
HexEF268B0542A614a5636
Octal35746213012452651212666
Binary1110111110011010001011010101001010101101010010101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF268B; }

 p { color: rgb(239,38,139); }

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

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

 a { background-color: rgb(239,38,139); }

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

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

 span { border-color: rgb(239,38,139); }

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