Html Css Color HEX #EF4BFA Pink Flamingo

📋 copy color: '#EF4BFA'

red 239 ◦ green 75 ◦ blue 250

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

Shades of Pink Flamingo #EF4BFA

Tints of Pink Flamingo #EF4BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.3%

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

R = 42.38%
G = 13.3%
B = 44.33%

CMYK

 C value IS 0.04

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4BFA (or 0xEF4BFA) is known color: Pink Flamingo. HEX triplet: EF, 4B and FA. RGB value is (239,75,250). Sum of RGB (Red+Green+Blue) = 239+75+250=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 75 (29.69% from 255 or 13.30% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF4BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4BFA is #10B405. Grayscale: #8F8F8F. Windows color (decimal): -1094662 or 16403439. OLE color: 16403439.

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

Color convert

RGB 239 75 250 -
CMYK 0.04 0.7 0 0.02
HSL 296.23º 0.95% 0.64% -
HSV(B) 296.23º 0.7% 0.98% -
XYZ 55.37 30.29 93.37 -
YUV 143.99 187.83 195.77 -
System Red Green Blue C M Y K H S L
Decimal 239 75 250 0.04 0.7 0 0.02 296.23 0.95 0.64
Hex EF 4B FA 4 46 0 2 128 5F 40
Octal 357 113 372 4 106 0 2 450 137 100
Binary 11101111 1001011 11111010 100 1000110 0 10 100101000 1011111 1000000

Color Harmonies of #EF4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BFA

Black with #EF4BFA

Text Example


Text Example

White with #EF4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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