#EE72F9

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

Shades of Ultra Pink #EE72F9

Tints of Ultra Pink #EE72F9

Color information

#EE72F9 (or 0xEE72F9) is unknown color: approx Ultra Pink. HEX triplet: EE, 72 and F9. RGB value is (238,114,249). Sum of RGB (Red+Green+Blue) = 238+114+249=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE72F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE72F9 is #118D06. Grayscale: #A6A6A6. Windows color (decimal): -1150215 or 16347886. OLE color: 16347886.

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

Color convert

RGB238114249-
CMYK0.040.5400.02
HSL295.11º91.84%71.18%-
HSV(B)295.11º54.22%97.65%-
XYZ58.3837.0593.7-
YUV166.47174.58179.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 114 (44.92% from 255) = 18.97%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=39.60%
G=18.97%
B=41.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381142490.040.5400.02295.1191.8471.18
HexEE72F9436021275c47
Octal35616237146602447134107
Binary1110111011100101111100110011011001010010011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE72F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE72F9; }

 p { color: rgb(238,114,249); }

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

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

 a { background-color: rgb(238,114,249); }

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

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

 span { border-color: rgb(238,114,249); }

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