Html Css Color HEX #EF52FE Pink Flamingo

📋 copy color: '#EF52FE'

red 239 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #EF52FE

Tints of Pink Flamingo #EF52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.26%

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

R = 41.57%
G = 14.26%
B = 44.17%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF52FE (or 0xEF52FE) is known color: Pink Flamingo. HEX triplet: EF, 52 and FE. RGB value is (239,82,254). Sum of RGB (Red+Green+Blue) = 239+82+254=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 82 (32.42% from 255 or 14.26% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF52FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52FE is #10AD01. Grayscale: #949494. Windows color (decimal): -1092866 or 16667375. OLE color: 16667375.

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

Color convert

RGB 239 82 254 -
CMYK 0.06 0.68 0 0.00
HSL 294.77º 0.99% 0.66% -
HSV(B) 294.77º 0.68% 1% -
XYZ 56.5 31.54 96.88 -
YUV 148.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 239 82 254 0.06 0.68 0 0.00 294.77 0.99 0.66
Hex EF 52 FE 6 44 0 0 127 63 42
Octal 357 122 376 6 104 0 0 447 143 102
Binary 11101111 1010010 11111110 110 1000100 0 0 100100111 1100011 1000010

Color Harmonies of #EF52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52FE

Black with #EF52FE

Text Example


Text Example

White with #EF52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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