Html Css Color HEX #EF5DF8 Pink Flamingo

📋 copy color: '#EF5DF8'

red 239 ◦ green 93 ◦ blue 248

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

Shades of Pink Flamingo #EF5DF8

Tints of Pink Flamingo #EF5DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.03%

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

R = 41.21%
G = 16.03%
B = 42.76%

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

#EF5DF8 (or 0xEF5DF8) is known color: Pink Flamingo. HEX triplet: EF, 5D and F8. RGB value is (239,93,248). Sum of RGB (Red+Green+Blue) = 239+93+248=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DF8 is #10A207. Grayscale: #999999. Windows color (decimal): -1090056 or 16276975. OLE color: 16276975.

HSL color Cylindrical-coordinate representation of color #EF5DF8: hue angle of 296.52º 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 #EF5DF8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 93 248 -
CMYK 0.04 0.62 0 0.03
HSL 296.52º 0.92% 0.67% -
HSV(B) 296.52º 0.63% 0.97% -
XYZ 56.45 32.96 92.19 -
YUV 154.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 239 93 248 0.04 0.62 0 0.03 296.52 0.92 0.67
Hex EF 5D F8 4 3E 0 3 129 5C 43
Octal 357 135 370 4 76 0 3 451 134 103
Binary 11101111 1011101 11111000 100 111110 0 11 100101001 1011100 1000011

Color Harmonies of #EF5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DF8

Black with #EF5DF8

Text Example


Text Example

White with #EF5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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