Html Css Color HEX #EF5EF8 Pink Flamingo

📋 copy color: '#EF5EF8'

red 239 ◦ green 94 ◦ blue 248

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

Shades of Pink Flamingo #EF5EF8

Tints of Pink Flamingo #EF5EF8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.18%

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

R = 41.14%
G = 16.18%
B = 42.69%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF5EF8 (or 0xEF5EF8) is known color: Pink Flamingo. HEX triplet: EF, 5E and F8. RGB value is (239,94,248). Sum of RGB (Red+Green+Blue) = 239+94+248=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF5EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EF8 is #10A107. Grayscale: #9A9A9A. Windows color (decimal): -1089800 or 16277231. OLE color: 16277231.

HSL color Cylindrical-coordinate representation of color #EF5EF8: hue angle of 296.49º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5EF8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 94 248 -
CMYK 0.04 0.62 0 0.03
HSL 296.49º 0.92% 0.67% -
HSV(B) 296.49º 0.62% 0.97% -
XYZ 56.54 33.13 92.22 -
YUV 154.91 180.54 187.98 -
System Red Green Blue C M Y K H S L
Decimal 239 94 248 0.04 0.62 0 0.03 296.49 0.92 0.67
Hex EF 5E F8 4 3E 0 3 128 5C 43
Octal 357 136 370 4 76 0 3 450 134 103
Binary 11101111 1011110 11111000 100 111110 0 11 100101000 1011100 1000011

Color Harmonies of #EF5EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EF8

Black with #EF5EF8

Text Example


Text Example

White with #EF5EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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