Html Css Color HEX #EF52F8 Pink Flamingo

📋 copy color: '#EF52F8'

red 239 ◦ green 82 ◦ blue 248

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

Shades of Pink Flamingo #EF52F8

Tints of Pink Flamingo #EF52F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.59%

R = 42%
G = 14.41%
B = 43.59%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF52F8 (or 0xEF52F8) is known color: Pink Flamingo. HEX triplet: EF, 52 and F8. RGB value is (239,82,248). Sum of RGB (Red+Green+Blue) = 239+82+248=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF52F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52F8 is #10AD07. Grayscale: #939393. Windows color (decimal): -1092872 or 16274159. OLE color: 16274159.

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

Color convert

RGB 239 82 248 -
CMYK 0.04 0.67 0 0.03
HSL 296.75º 0.92% 0.65% -
HSV(B) 296.75º 0.67% 0.97% -
XYZ 55.56 31.16 91.89 -
YUV 147.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 239 82 248 0.04 0.67 0 0.03 296.75 0.92 0.65
Hex EF 52 F8 4 43 0 3 129 5C 41
Octal 357 122 370 4 103 0 3 451 134 101
Binary 11101111 1010010 11111000 100 1000011 0 11 100101001 1011100 1000001

Color Harmonies of #EF52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52F8

Black with #EF52F8

Text Example


Text Example

White with #EF52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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