Html Css Color HEX #EF5AFA Pink Flamingo

📋 copy color: '#EF5AFA'

red 239 ◦ green 90 ◦ blue 250

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

Shades of Pink Flamingo #EF5AFA

Tints of Pink Flamingo #EF5AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.54%

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

R = 41.28%
G = 15.54%
B = 43.18%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5AFA (or 0xEF5AFA) is known color: Pink Flamingo. HEX triplet: EF, 5A and FA. RGB value is (239,90,250). Sum of RGB (Red+Green+Blue) = 239+90+250=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 90 (35.55% from 255 or 15.54% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF5AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AFA is #10A505. Grayscale: #989898. Windows color (decimal): -1090822 or 16407279. OLE color: 16407279.

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

Color convert

RGB 239 90 250 -
CMYK 0.04 0.64 0 0.02
HSL 295.88º 0.94% 0.67% -
HSV(B) 295.88º 0.64% 0.98% -
XYZ 56.51 32.57 93.75 -
YUV 152.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 239 90 250 0.04 0.64 0 0.02 295.88 0.94 0.67
Hex EF 5A FA 4 40 0 2 128 5E 43
Octal 357 132 372 4 100 0 2 450 136 103
Binary 11101111 1011010 11111010 100 1000000 0 10 100101000 1011110 1000011

Color Harmonies of #EF5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AFA

Black with #EF5AFA

Text Example


Text Example

White with #EF5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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