Html Css Color HEX #EF52F1 Pink Flamingo

📋 copy color: '#EF52F1'

red 239 ◦ green 82 ◦ blue 241

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

Shades of Pink Flamingo #EF52F1

Tints of Pink Flamingo #EF52F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.88%

R = 42.53%
G = 14.59%
B = 42.88%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF52F1 (or 0xEF52F1) is known color: Pink Flamingo. HEX triplet: EF, 52 and F1. RGB value is (239,82,241). Sum of RGB (Red+Green+Blue) = 239+82+241=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 82 (32.42% from 255 or 14.59% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF52F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52F1 is #10AD0E. Grayscale: #929292. Windows color (decimal): -1092879 or 15815407. OLE color: 15815407.

HSL color Cylindrical-coordinate representation of color #EF52F1: hue angle of 299.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF52F1 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 82 241 -
CMYK 0.01 0.66 0 0.05
HSL 299.25º 0.85% 0.63% -
HSV(B) 299.25º 0.66% 0.95% -
XYZ 54.49 30.74 86.28 -
YUV 147.07 181.01 193.57 -
System Red Green Blue C M Y K H S L
Decimal 239 82 241 0.01 0.66 0 0.05 299.25 0.85 0.63
Hex EF 52 F1 1 42 0 5 12B 55 3F
Octal 357 122 361 1 102 0 5 453 125 77
Binary 11101111 1010010 11110001 1 1000010 0 101 100101011 1010101 111111

Color Harmonies of #EF52F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52F1

Black with #EF52F1

Text Example


Text Example

White with #EF52F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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