Html Css Color HEX #EF55FF Pink Flamingo

📋 copy color: '#EF55FF'

red 239 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #EF55FF

Tints of Pink Flamingo #EF55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.68%

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

R = 41.28%
G = 14.68%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF55FF (or 0xEF55FF) is known color: Pink Flamingo. HEX triplet: EF, 55 and FF. RGB value is (239,85,255). Sum of RGB (Red+Green+Blue) = 239+85+255=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 85 (33.59% from 255 or 14.68% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55FF is #10AA00. Grayscale: #959595. Windows color (decimal): -1092097 or 16733679. OLE color: 16733679.

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

Color convert

RGB 239 85 255 -
CMYK 0.06 0.67 0 0
HSL 294.35º 1% 0.67% -
HSV(B) 294.35º 0.67% 1% -
XYZ 56.9 32.07 97.8 -
YUV 150.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 239 85 255 0.06 0.67 0 0 294.35 1 0.67
Hex EF 55 FF 6 43 0 0 126 64 43
Octal 357 125 377 6 103 0 0 446 144 103
Binary 11101111 1010101 11111111 110 1000011 0 0 100100110 1100100 1000011

Color Harmonies of #EF55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55FF

Black with #EF55FF

Text Example


Text Example

White with #EF55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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