#EF6EFD

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

Shades of Ultra Pink #EF6EFD

Tints of Ultra Pink #EF6EFD

Color information

#EF6EFD (or 0xEF6EFD) is unknown color: approx Ultra Pink. HEX triplet: EF, 6E and FD. RGB value is (239,110,253). Sum of RGB (Red+Green+Blue) = 239+110+253=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 110 (43.36% from 255 or 18.27% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF6EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EFD is #109102. Grayscale: #A4A4A4. Windows color (decimal): -1085699 or 16609007. OLE color: 16609007.

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

Color convert

RGB239110253-
CMYK0.060.5700.01
HSL294.13º97.28%71.18%-
HSV(B)294.13º56.52%99.22%-
XYZ58.936.5996.89-
YUV164.87177.74180.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 110 (43.36% from 255) = 18.27%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=39.70%
G=18.27%
B=42.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391102530.060.5700.01294.1397.2871.18
HexEF6EFD639011266147
Octal35715637567101446141107
Binary111011111101110111111011101110010110010011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6EFD; }

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

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

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

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

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

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

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

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