#EF6EFC

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

Shades of Ultra Pink #EF6EFC

Tints of Ultra Pink #EF6EFC

Color information

#EF6EFC (or 0xEF6EFC) is unknown color: approx Ultra Pink. HEX triplet: EF, 6E and FC. RGB value is (239,110,252). Sum of RGB (Red+Green+Blue) = 239+110+252=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 110 (43.36% from 255 or 18.30% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF6EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EFC is #109103. Grayscale: #A4A4A4. Windows color (decimal): -1085700 or 16543471. OLE color: 16543471.

HSL color Cylindrical-coordinate representation of color #EF6EFC: hue angle of 294.51º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6EFC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239110252-
CMYK0.050.5600.01
HSL294.51º95.95%70.98%-
HSV(B)294.51º56.35%98.82%-
XYZ58.7436.5396.05-
YUV164.76177.24180.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 110 (43.36% from 255) = 18.30%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=39.77%
G=18.30%
B=41.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391102520.050.5600.01294.5195.9570.98
HexEF6EFC538011276047
Octal35715637457001447140107
Binary111011111101110111111001011110000110010011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6EFC; }

 p { color: rgb(239,110,252); }

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

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

 a { background-color: rgb(239,110,252); }

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

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

 span { border-color: rgb(239,110,252); }

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