Html Css Color HEX #EF4AFB Pink Flamingo

📋 copy color: '#EF4AFB'

red 239 ◦ green 74 ◦ blue 251

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

Shades of Pink Flamingo #EF4AFB

Tints of Pink Flamingo #EF4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.12%

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 42.38%
G = 13.12%
B = 44.5%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4AFB (or 0xEF4AFB) is known color: Pink Flamingo. HEX triplet: EF, 4A and FB. RGB value is (239,74,251). Sum of RGB (Red+Green+Blue) = 239+74+251=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF4AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AFB is #10B504. Grayscale: #8E8E8E. Windows color (decimal): -1094917 or 16468719. OLE color: 16468719.

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

Color convert

RGB 239 74 251 -
CMYK 0.05 0.71 0 0.02
HSL 295.93º 0.96% 0.64% -
HSV(B) 295.93º 0.71% 0.98% -
XYZ 55.46 30.21 94.18 -
YUV 143.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 239 74 251 0.05 0.71 0 0.02 295.93 0.96 0.64
Hex EF 4A FB 5 47 0 2 128 60 40
Octal 357 112 373 5 107 0 2 450 140 100
Binary 11101111 1001010 11111011 101 1000111 0 10 100101000 1100000 1000000

Color Harmonies of #EF4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AFB

Black with #EF4AFB

Text Example


Text Example

White with #EF4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AFB; }

 p { color: rgb(239,74,251); }

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

background-color css

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

 a { background-color: rgb(239,74,251); }

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

border-color css

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

 span { border-color: rgb(239,74,251); }

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