Html Css Color HEX #EF4FFA Pink Flamingo

📋 copy color: '#EF4FFA'

red 239 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #EF4FFA

Tints of Pink Flamingo #EF4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.91%

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

R = 42.08%
G = 13.91%
B = 44.01%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4FFA (or 0xEF4FFA) is known color: Pink Flamingo. HEX triplet: EF, 4F and FA. RGB value is (239,79,250). Sum of RGB (Red+Green+Blue) = 239+79+250=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 79 (31.25% from 255 or 13.91% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF4FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FFA is #10B005. Grayscale: #919191. Windows color (decimal): -1093638 or 16404463. OLE color: 16404463.

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

Color convert

RGB 239 79 250 -
CMYK 0.04 0.68 0 0.02
HSL 296.14º 0.94% 0.65% -
HSV(B) 296.14º 0.68% 0.98% -
XYZ 55.65 30.84 93.46 -
YUV 146.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 239 79 250 0.04 0.68 0 0.02 296.14 0.94 0.65
Hex EF 4F FA 4 44 0 2 128 5E 41
Octal 357 117 372 4 104 0 2 450 136 101
Binary 11101111 1001111 11111010 100 1000100 0 10 100101000 1011110 1000001

Color Harmonies of #EF4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4FFA

Black with #EF4FFA

Text Example


Text Example

White with #EF4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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