Html Css Color HEX #EF52FC Pink Flamingo

📋 copy color: '#EF52FC'

red 239 ◦ green 82 ◦ blue 252

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

Shades of Pink Flamingo #EF52FC

Tints of Pink Flamingo #EF52FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 41.71%
G = 14.31%
B = 43.98%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF52FC (or 0xEF52FC) is known color: Pink Flamingo. HEX triplet: EF, 52 and FC. RGB value is (239,82,252). Sum of RGB (Red+Green+Blue) = 239+82+252=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 82 (32.42% from 255 or 14.31% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF52FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52FC is #10AD03. Grayscale: #939393. Windows color (decimal): -1092868 or 16536303. OLE color: 16536303.

HSL color Cylindrical-coordinate representation of color #EF52FC: hue angle of 295.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF52FC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 82 252 -
CMYK 0.05 0.67 0 0.01
HSL 295.41º 0.97% 0.65% -
HSV(B) 295.41º 0.67% 0.99% -
XYZ 56.18 31.41 95.2 -
YUV 148.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 239 82 252 0.05 0.67 0 0.01 295.41 0.97 0.65
Hex EF 52 FC 5 43 0 1 127 61 41
Octal 357 122 374 5 103 0 1 447 141 101
Binary 11101111 1010010 11111100 101 1000011 0 1 100100111 1100001 1000001

Color Harmonies of #EF52FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52FC

Black with #EF52FC

Text Example


Text Example

White with #EF52FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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