Html Css Color HEX #EF71F8 Ultra Pink

📋 copy color: '#EF71F8'

red 239 ◦ green 113 ◦ blue 248

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

Shades of Ultra Pink #EF71F8

Tints of Ultra Pink #EF71F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.33%

R = 39.83%
G = 18.83%
B = 41.33%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF71F8 (or 0xEF71F8) is known color: Ultra Pink. HEX triplet: EF, 71 and F8. RGB value is (239,113,248). Sum of RGB (Red+Green+Blue) = 239+113+248=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 113 (44.53% from 255 or 18.83% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF71F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF71F8 is #108E07. Grayscale: #A5A5A5. Windows color (decimal): -1084936 or 16282095. OLE color: 16282095.

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

Color convert

RGB 239 113 248 -
CMYK 0.04 0.54 0 0.03
HSL 296º 0.91% 0.71% -
HSV(B) 296º 0.54% 0.97% -
XYZ 58.45 36.94 92.86 -
YUV 166.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 239 113 248 0.04 0.54 0 0.03 296 0.91 0.71
Hex EF 71 F8 4 36 0 3 128 5B 47
Octal 357 161 370 4 66 0 3 450 133 107
Binary 11101111 1110001 11111000 100 110110 0 11 100101000 1011011 1000111

Color Harmonies of #EF71F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71F8

Black with #EF71F8

Text Example


Text Example

White with #EF71F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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