Html Css Color HEX #EF4DFF Pink Flamingo

📋 copy color: '#EF4DFF'

red 239 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #EF4DFF

Tints of Pink Flamingo #EF4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 41.86%
G = 13.49%
B = 44.66%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF4DFF (or 0xEF4DFF) is known color: Pink Flamingo. HEX triplet: EF, 4D and FF. RGB value is (239,77,255). Sum of RGB (Red+Green+Blue) = 239+77+255=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 77 (30.47% from 255 or 13.49% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DFF is #10B200. Grayscale: #919191. Windows color (decimal): -1094145 or 16731631. OLE color: 16731631.

HSL color Cylindrical-coordinate representation of color #EF4DFF: hue angle of 294.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4DFF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 77 255 -
CMYK 0.06 0.70 0 0
HSL 294.61º 1% 0.65% -
HSV(B) 294.61º 0.7% 1% -
XYZ 56.3 30.88 97.6 -
YUV 145.73 189.67 194.53 -
System Red Green Blue C M Y K H S L
Decimal 239 77 255 0.06 0.70 0 0 294.61 1 0.65
Hex EF 4D FF 6 46 0 0 127 64 41
Octal 357 115 377 6 106 0 0 447 144 101
Binary 11101111 1001101 11111111 110 1000110 0 0 100100111 1100100 1000001

Color Harmonies of #EF4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DFF

Black with #EF4DFF

Text Example


Text Example

White with #EF4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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