Html Css Color HEX #EF57FE Pink Flamingo

📋 copy color: '#EF57FE'

red 239 ◦ green 87 ◦ blue 254

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

Shades of Pink Flamingo #EF57FE

Tints of Pink Flamingo #EF57FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15%

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

R = 41.21%
G = 15%
B = 43.79%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF57FE (or 0xEF57FE) is known color: Pink Flamingo. HEX triplet: EF, 57 and FE. RGB value is (239,87,254). Sum of RGB (Red+Green+Blue) = 239+87+254=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF57FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF57FE is #10A801. Grayscale: #969696. Windows color (decimal): -1091586 or 16668655. OLE color: 16668655.

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

Color convert

RGB 239 87 254 -
CMYK 0.06 0.66 0 0.00
HSL 294.61º 0.99% 0.67% -
HSV(B) 294.61º 0.66% 1% -
XYZ 56.89 32.32 97.01 -
YUV 151.49 185.86 190.42 -
System Red Green Blue C M Y K H S L
Decimal 239 87 254 0.06 0.66 0 0.00 294.61 0.99 0.67
Hex EF 57 FE 6 42 0 0 127 63 43
Octal 357 127 376 6 102 0 0 447 143 103
Binary 11101111 1010111 11111110 110 1000010 0 0 100100111 1100011 1000011

Color Harmonies of #EF57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57FE

Black with #EF57FE

Text Example


Text Example

White with #EF57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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