Html Css Color HEX #EF5DFB Pink Flamingo

📋 copy color: '#EF5DFB'

red 239 ◦ green 93 ◦ blue 251

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

Shades of Pink Flamingo #EF5DFB

Tints of Pink Flamingo #EF5DFB

RGB

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

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

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

R = 40.99%
G = 15.95%
B = 43.05%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5DFB (or 0xEF5DFB) is known color: Pink Flamingo. HEX triplet: EF, 5D and FB. RGB value is (239,93,251). Sum of RGB (Red+Green+Blue) = 239+93+251=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 93 (36.72% from 255 or 15.95% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DFB is #10A204. Grayscale: #9A9A9A. Windows color (decimal): -1090053 or 16473583. OLE color: 16473583.

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

Color convert

RGB 239 93 251 -
CMYK 0.05 0.63 0 0.02
HSL 295.44º 0.95% 0.67% -
HSV(B) 295.44º 0.63% 0.98% -
XYZ 56.92 33.14 94.66 -
YUV 154.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 239 93 251 0.05 0.63 0 0.02 295.44 0.95 0.67
Hex EF 5D FB 5 3F 0 2 127 5F 43
Octal 357 135 373 5 77 0 2 447 137 103
Binary 11101111 1011101 11111011 101 111111 0 10 100100111 1011111 1000011

Color Harmonies of #EF5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DFB

Black with #EF5DFB

Text Example


Text Example

White with #EF5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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