Html Css Color HEX #EF5DFE Pink Flamingo

📋 copy color: '#EF5DFE'

red 239 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #EF5DFE

Tints of Pink Flamingo #EF5DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 40.78%
G = 15.87%
B = 43.34%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF5DFE (or 0xEF5DFE) is known color: Pink Flamingo. HEX triplet: EF, 5D and FE. RGB value is (239,93,254). Sum of RGB (Red+Green+Blue) = 239+93+254=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 93 (36.72% from 255 or 15.87% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DFE is #10A201. Grayscale: #9A9A9A. Windows color (decimal): -1090050 or 16670191. OLE color: 16670191.

HSL color Cylindrical-coordinate representation of color #EF5DFE: hue angle of 294.41º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5DFE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 93 254 -
CMYK 0.06 0.63 0 0.00
HSL 294.41º 0.99% 0.68% -
HSV(B) 294.41º 0.63% 1% -
XYZ 57.4 33.34 97.17 -
YUV 155.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 239 93 254 0.06 0.63 0 0.00 294.41 0.99 0.68
Hex EF 5D FE 6 3F 0 0 126 63 44
Octal 357 135 376 6 77 0 0 446 143 104
Binary 11101111 1011101 11111110 110 111111 0 0 100100110 1100011 1000100

Color Harmonies of #EF5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DFE

Black with #EF5DFE

Text Example


Text Example

White with #EF5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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