Html Css Color HEX #EF4DF9 Pink Flamingo

📋 copy color: '#EF4DF9'

red 239 ◦ green 77 ◦ blue 249

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

Shades of Pink Flamingo #EF4DF9

Tints of Pink Flamingo #EF4DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.63%

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 42.3%
G = 13.63%
B = 44.07%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4DF9 (or 0xEF4DF9) is known color: Pink Flamingo. HEX triplet: EF, 4D and F9. RGB value is (239,77,249). Sum of RGB (Red+Green+Blue) = 239+77+249=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF4DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DF9 is #10B206. Grayscale: #909090. Windows color (decimal): -1094151 or 16338415. OLE color: 16338415.

HSL color Cylindrical-coordinate representation of color #EF4DF9: hue angle of 296.51º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4DF9 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 77 249 -
CMYK 0.04 0.69 0 0.02
HSL 296.51º 0.93% 0.64% -
HSV(B) 296.51º 0.69% 0.98% -
XYZ 55.35 30.5 92.59 -
YUV 145.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 239 77 249 0.04 0.69 0 0.02 296.51 0.93 0.64
Hex EF 4D F9 4 45 0 2 129 5D 40
Octal 357 115 371 4 105 0 2 451 135 100
Binary 11101111 1001101 11111001 100 1000101 0 10 100101001 1011101 1000000

Color Harmonies of #EF4DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DF9

Black with #EF4DF9

Text Example


Text Example

White with #EF4DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DF9; }

 p { color: rgb(239,77,249); }

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

background-color css

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

 a { background-color: rgb(239,77,249); }

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

border-color css

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

 span { border-color: rgb(239,77,249); }

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