Html Css Color HEX #EF47FA Pink Flamingo

📋 copy color: '#EF47FA'

red 239 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #EF47FA

Tints of Pink Flamingo #EF47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.68%

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

R = 42.68%
G = 12.68%
B = 44.64%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF47FA (or 0xEF47FA) is known color: Pink Flamingo. HEX triplet: EF, 47 and FA. RGB value is (239,71,250). Sum of RGB (Red+Green+Blue) = 239+71+250=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF47FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47FA is #10B805. Grayscale: #8D8D8D. Windows color (decimal): -1095686 or 16402415. OLE color: 16402415.

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

Color convert

RGB 239 71 250 -
CMYK 0.04 0.72 0 0.02
HSL 296.31º 0.95% 0.63% -
HSV(B) 296.31º 0.72% 0.98% -
XYZ 55.11 29.76 93.28 -
YUV 141.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 239 71 250 0.04 0.72 0 0.02 296.31 0.95 0.63
Hex EF 47 FA 4 48 0 2 128 5F 3F
Octal 357 107 372 4 110 0 2 450 137 77
Binary 11101111 1000111 11111010 100 1001000 0 10 100101000 1011111 111111

Color Harmonies of #EF47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47FA

Black with #EF47FA

Text Example


Text Example

White with #EF47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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