Html Css Color HEX #EF4AF8 Pink Flamingo

📋 copy color: '#EF4AF8'

red 239 ◦ green 74 ◦ blue 248

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

Shades of Pink Flamingo #EF4AF8

Tints of Pink Flamingo #EF4AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.21%

R = 42.6%
G = 13.19%
B = 44.21%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF4AF8 (or 0xEF4AF8) is known color: Pink Flamingo. HEX triplet: EF, 4A and F8. RGB value is (239,74,248). Sum of RGB (Red+Green+Blue) = 239+74+248=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 74 (29.30% from 255 or 13.19% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AF8 is #10B507. Grayscale: #8E8E8E. Windows color (decimal): -1094920 or 16272111. OLE color: 16272111.

HSL color Cylindrical-coordinate representation of color #EF4AF8: hue angle of 296.9º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4AF8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 74 248 -
CMYK 0.04 0.70 0 0.03
HSL 296.9º 0.93% 0.63% -
HSV(B) 296.9º 0.7% 0.97% -
XYZ 54.99 30.03 91.7 -
YUV 143.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 239 74 248 0.04 0.70 0 0.03 296.9 0.93 0.63
Hex EF 4A F8 4 46 0 3 129 5D 3F
Octal 357 112 370 4 106 0 3 451 135 77
Binary 11101111 1001010 11111000 100 1000110 0 11 100101001 1011101 111111

Color Harmonies of #EF4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AF8

Black with #EF4AF8

Text Example


Text Example

White with #EF4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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