#EF1F7B

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

Shades of Deep Cerise #EF1F7B

Tints of Deep Cerise #EF1F7B

Color information

#EF1F7B (or 0xEF1F7B) is unknown color: approx Deep Cerise. HEX triplet: EF, 1F and 7B. RGB value is (239,31,123). Sum of RGB (Red+Green+Blue) = 239+31+123=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F7B is #10E084. Grayscale: #676767. Windows color (decimal): -1106053 or 8069103. OLE color: 8069103.

HSL color Cylindrical-coordinate representation of color #EF1F7B: hue angle of 333.46º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F7B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB23931123-
CMYK00.870.490.06
HSL333.46º86.67%52.94%-
HSV(B)333.46º87.03%93.73%-
XYZ39.6620.7620.66-
YUV103.68138.91224.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.81%
GREEN value IS 31 (12.5% from 255) = 7.89%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=60.81%
G=7.89%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393112300.870.490.06333.4686.6752.94
HexEF1F7B05731614d5735
Octal35737173012761651512765
Binary11101111111111111011010101111100011101010011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1F7B; }

 p { color: rgb(239,31,123); }

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

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

 a { background-color: rgb(239,31,123); }

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

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

 span { border-color: rgb(239,31,123); }

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