Html Css Color HEX #EF55FE Pink Flamingo

📋 copy color: '#EF55FE'

red 239 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #EF55FE

Tints of Pink Flamingo #EF55FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 41.35%
G = 14.71%
B = 43.94%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF55FE (or 0xEF55FE) is known color: Pink Flamingo. HEX triplet: EF, 55 and FE. RGB value is (239,85,254). Sum of RGB (Red+Green+Blue) = 239+85+254=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55FE is #10AA01. Grayscale: #959595. Windows color (decimal): -1092098 or 16668143. OLE color: 16668143.

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

Color convert

RGB 239 85 254 -
CMYK 0.06 0.67 0 0.00
HSL 294.67º 0.99% 0.66% -
HSV(B) 294.67º 0.67% 1% -
XYZ 56.73 32 96.95 -
YUV 150.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 239 85 254 0.06 0.67 0 0.00 294.67 0.99 0.66
Hex EF 55 FE 6 43 0 0 127 63 42
Octal 357 125 376 6 103 0 0 447 143 102
Binary 11101111 1010101 11111110 110 1000011 0 0 100100111 1100011 1000010

Color Harmonies of #EF55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55FE

Black with #EF55FE

Text Example


Text Example

White with #EF55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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