Html Css Color HEX #EF71FA Ultra Pink

📋 copy color: '#EF71FA'

red 239 ◦ green 113 ◦ blue 250

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

Shades of Ultra Pink #EF71FA

Tints of Ultra Pink #EF71FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.77%

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

R = 39.7%
G = 18.77%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF71FA (or 0xEF71FA) is known color: Ultra Pink. HEX triplet: EF, 71 and FA. RGB value is (239,113,250). Sum of RGB (Red+Green+Blue) = 239+113+250=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 113 (44.53% from 255 or 18.77% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF71FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71FA is #108E05. Grayscale: #A5A5A5. Windows color (decimal): -1084934 or 16413167. OLE color: 16413167.

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

Color convert

RGB 239 113 250 -
CMYK 0.04 0.55 0 0.02
HSL 295.18º 0.93% 0.71% -
HSV(B) 295.18º 0.55% 0.98% -
XYZ 58.76 37.06 94.5 -
YUV 166.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 239 113 250 0.04 0.55 0 0.02 295.18 0.93 0.71
Hex EF 71 FA 4 37 0 2 127 5D 47
Octal 357 161 372 4 67 0 2 447 135 107
Binary 11101111 1110001 11111010 100 110111 0 10 100100111 1011101 1000111

Color Harmonies of #EF71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71FA

Black with #EF71FA

Text Example


Text Example

White with #EF71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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