Html Css Color HEX #EF52FA Pink Flamingo

📋 copy color: '#EF52FA'

red 239 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #EF52FA

Tints of Pink Flamingo #EF52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 41.86%
G = 14.36%
B = 43.78%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF52FA (or 0xEF52FA) is known color: Pink Flamingo. HEX triplet: EF, 52 and FA. RGB value is (239,82,250). Sum of RGB (Red+Green+Blue) = 239+82+250=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 82 (32.42% from 255 or 14.36% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52FA is #10AD05. Grayscale: #939393. Windows color (decimal): -1092870 or 16405231. OLE color: 16405231.

HSL color Cylindrical-coordinate representation of color #EF52FA: hue angle of 296.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF52FA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 82 250 -
CMYK 0.04 0.67 0 0.02
HSL 296.07º 0.94% 0.65% -
HSV(B) 296.07º 0.67% 0.98% -
XYZ 55.87 31.29 93.54 -
YUV 148.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 239 82 250 0.04 0.67 0 0.02 296.07 0.94 0.65
Hex EF 52 FA 4 43 0 2 128 5E 41
Octal 357 122 372 4 103 0 2 450 136 101
Binary 11101111 1010010 11111010 100 1000011 0 10 100101000 1011110 1000001

Color Harmonies of #EF52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52FA

Black with #EF52FA

Text Example


Text Example

White with #EF52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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