#EF72F8

Color #EF72F8 Ultra Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultra Pink #EF72F8

Tints of Ultra Pink #EF72F8

Color information

#EF72F8 (or 0xEF72F8) is unknown color: approx Ultra Pink. HEX triplet: EF, 72 and F8. RGB value is (239,114,248). Sum of RGB (Red+Green+Blue) = 239+114+248=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF72F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF72F8 is #108D07. Grayscale: #A6A6A6. Windows color (decimal): -1084680 or 16282351. OLE color: 16282351.

HSL color Cylindrical-coordinate representation of color #EF72F8: hue angle of 295.97º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF72F8 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239114248-
CMYK0.040.5400.03
HSL295.97º90.54%70.98%-
HSV(B)295.97º54.03%97.25%-
XYZ58.5637.1692.89-
YUV166.65173.91179.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 114 (44.92% from 255) = 18.97%
BLUE value IS 248 (97.27% from 255) = 41.26%
R=39.77%
G=18.97%
B=41.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2391142480.040.5400.03295.9790.5470.98
HexEF72F8436031285b47
Octal35716237046603450133107
Binary1110111111100101111100010011011001110010100010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF72F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF72F8; }

 p { color: rgb(239,114,248); }

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

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

 a { background-color: rgb(239,114,248); }

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

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

 span { border-color: rgb(239,114,248); }

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