#EF338A

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

Shades of Deep Cerise #EF338A

Tints of Deep Cerise #EF338A

Color information

#EF338A (or 0xEF338A) is unknown color: approx Deep Cerise. HEX triplet: EF, 33 and 8A. RGB value is (239,51,138). Sum of RGB (Red+Green+Blue) = 239+51+138=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF338A is #10CC75. Grayscale: #747474. Windows color (decimal): -1100918 or 9057263. OLE color: 9057263.

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

Color convert

RGB23951138-
CMYK00.790.420.06
HSL332.23º85.45%56.86%-
HSV(B)332.23º78.66%93.73%-
XYZ41.3722.5526.22-
YUV117.13139.78214.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.84%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=55.84%
G=11.92%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395113800.790.420.06332.2385.4556.86
HexEF338A04F2A614c5539
Octal35763212011752651412571
Binary1110111111001110001010010011111010101101010011001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF338A; }

 p { color: rgb(239,51,138); }

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

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

 a { background-color: rgb(239,51,138); }

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

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

 span { border-color: rgb(239,51,138); }

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