Html Css Color HEX #EF5FFA Pink Flamingo

📋 copy color: '#EF5FFA'

red 239 ◦ green 95 ◦ blue 250

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

Shades of Pink Flamingo #EF5FFA

Tints of Pink Flamingo #EF5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.27%

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

R = 40.92%
G = 16.27%
B = 42.81%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5FFA (or 0xEF5FFA) is known color: Pink Flamingo. HEX triplet: EF, 5F and FA. RGB value is (239,95,250). Sum of RGB (Red+Green+Blue) = 239+95+250=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 95 (37.5% from 255 or 16.27% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF5FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FFA is #10A005. Grayscale: #9B9B9B. Windows color (decimal): -1089542 or 16408559. OLE color: 16408559.

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

Color convert

RGB 239 95 250 -
CMYK 0.04 0.62 0 0.02
HSL 295.74º 0.94% 0.68% -
HSV(B) 295.74º 0.62% 0.98% -
XYZ 56.94 33.44 93.9 -
YUV 155.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 239 95 250 0.04 0.62 0 0.02 295.74 0.94 0.68
Hex EF 5F FA 4 3E 0 2 128 5E 44
Octal 357 137 372 4 76 0 2 450 136 104
Binary 11101111 1011111 11111010 100 111110 0 10 100101000 1011110 1000100

Color Harmonies of #EF5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FFA

Black with #EF5FFA

Text Example


Text Example

White with #EF5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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