Html Css Color HEX #EF6EFA Ultra Pink

📋 copy color: '#EF6EFA'

red 239 ◦ green 110 ◦ blue 250

#EF6EFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultra Pink #EF6EFA

Tints of Ultra Pink #EF6EFA

RGB

 RED value IS 239 (93.75% from 255) = 39.9%

 GREEN value IS 110 (43.36% from 255) = 18.36%

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 39.9%
G = 18.36%
B = 41.74%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF6EFA (or 0xEF6EFA) is known color: Ultra Pink. HEX triplet: EF, 6E and FA. RGB value is (239,110,250). Sum of RGB (Red+Green+Blue) = 239+110+250=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 110 (43.36% from 255 or 18.36% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF6EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6EFA is #109105. Grayscale: #A4A4A4. Windows color (decimal): -1085702 or 16412399. OLE color: 16412399.

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

Color convert

RGB 239 110 250 -
CMYK 0.04 0.56 0 0.02
HSL 295.29º 0.93% 0.71% -
HSV(B) 295.29º 0.56% 0.98% -
XYZ 58.43 36.4 94.39 -
YUV 164.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 239 110 250 0.04 0.56 0 0.02 295.29 0.93 0.71
Hex EF 6E FA 4 38 0 2 127 5D 47
Octal 357 156 372 4 70 0 2 447 135 107
Binary 11101111 1101110 11111010 100 111000 0 10 100100111 1011101 1000111

Color Harmonies of #EF6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6EFA

Black with #EF6EFA

Text Example


Text Example

White with #EF6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6EFA; }

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

 H1.HeaderClassName
 {
   color: #EF6EFA;
 }
 .AnyTagClassName
 {
   color: #EF6EFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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