Html Css Color HEX #EF55FB Pink Flamingo

📋 copy color: '#EF55FB'

red 239 ◦ green 85 ◦ blue 251

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

Shades of Pink Flamingo #EF55FB

Tints of Pink Flamingo #EF55FB

RGB

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

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

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

R = 41.57%
G = 14.78%
B = 43.65%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF55FB (or 0xEF55FB) is known color: Pink Flamingo. HEX triplet: EF, 55 and FB. RGB value is (239,85,251). Sum of RGB (Red+Green+Blue) = 239+85+251=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 85 (33.59% from 255 or 14.78% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF55FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55FB is #10AA04. Grayscale: #959595. Windows color (decimal): -1092101 or 16471535. OLE color: 16471535.

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

Color convert

RGB 239 85 251 -
CMYK 0.05 0.66 0 0.02
HSL 295.66º 0.95% 0.66% -
HSV(B) 295.66º 0.66% 0.98% -
XYZ 56.26 31.81 94.44 -
YUV 149.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 239 85 251 0.05 0.66 0 0.02 295.66 0.95 0.66
Hex EF 55 FB 5 42 0 2 128 5F 42
Octal 357 125 373 5 102 0 2 450 137 102
Binary 11101111 1010101 11111011 101 1000010 0 10 100101000 1011111 1000010

Color Harmonies of #EF55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55FB

Black with #EF55FB

Text Example


Text Example

White with #EF55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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