Html Css Color HEX #EF4DF7 Pink Flamingo

📋 copy color: '#EF4DF7'

red 239 ◦ green 77 ◦ blue 247

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

Shades of Pink Flamingo #EF4DF7

Tints of Pink Flamingo #EF4DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.87%

R = 42.45%
G = 13.68%
B = 43.87%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF4DF7 (or 0xEF4DF7) is known color: Pink Flamingo. HEX triplet: EF, 4D and F7. RGB value is (239,77,247). Sum of RGB (Red+Green+Blue) = 239+77+247=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF4DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DF7 is #10B208. Grayscale: #909090. Windows color (decimal): -1094153 or 16207343. OLE color: 16207343.

HSL color Cylindrical-coordinate representation of color #EF4DF7: hue angle of 297.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4DF7 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 77 247 -
CMYK 0.03 0.69 0 0.03
HSL 297.18º 0.91% 0.64% -
HSV(B) 297.18º 0.69% 0.97% -
XYZ 55.04 30.37 90.96 -
YUV 144.82 185.67 195.18 -
System Red Green Blue C M Y K H S L
Decimal 239 77 247 0.03 0.69 0 0.03 297.18 0.91 0.64
Hex EF 4D F7 3 45 0 3 129 5B 40
Octal 357 115 367 3 105 0 3 451 133 100
Binary 11101111 1001101 11110111 11 1000101 0 11 100101001 1011011 1000000

Color Harmonies of #EF4DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DF7

Black with #EF4DF7

Text Example


Text Example

White with #EF4DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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