Html Css Color HEX #EF53F7 Pink Flamingo

📋 copy color: '#EF53F7'

red 239 ◦ green 83 ◦ blue 247

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

Shades of Pink Flamingo #EF53F7

Tints of Pink Flamingo #EF53F7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.59%

 BLUE value IS 247 (96.88% from 255) = 43.41%

R = 42%
G = 14.59%
B = 43.41%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF53F7 (or 0xEF53F7) is known color: Pink Flamingo. HEX triplet: EF, 53 and F7. RGB value is (239,83,247). Sum of RGB (Red+Green+Blue) = 239+83+247=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF53F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53F7 is #10AC08. Grayscale: #939393. Windows color (decimal): -1092617 or 16208879. OLE color: 16208879.

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

Color convert

RGB 239 83 247 -
CMYK 0.03 0.66 0 0.03
HSL 297.07º 0.91% 0.65% -
HSV(B) 297.07º 0.66% 0.97% -
XYZ 55.48 31.25 91.1 -
YUV 148.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 239 83 247 0.03 0.66 0 0.03 297.07 0.91 0.65
Hex EF 53 F7 3 42 0 3 129 5B 41
Octal 357 123 367 3 102 0 3 451 133 101
Binary 11101111 1010011 11110111 11 1000010 0 11 100101001 1011011 1000001

Color Harmonies of #EF53F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53F7

Black with #EF53F7

Text Example


Text Example

White with #EF53F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53F7; }

 p { color: rgb(239,83,247); }

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

background-color css

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

 a { background-color: rgb(239,83,247); }

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

border-color css

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

 span { border-color: rgb(239,83,247); }

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