Html Css Color HEX #EF5AFC Pink Flamingo

📋 copy color: '#EF5AFC'

red 239 ◦ green 90 ◦ blue 252

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

Shades of Pink Flamingo #EF5AFC

Tints of Pink Flamingo #EF5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.49%

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

R = 41.14%
G = 15.49%
B = 43.37%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF5AFC (or 0xEF5AFC) is known color: Pink Flamingo. HEX triplet: EF, 5A and FC. RGB value is (239,90,252). Sum of RGB (Red+Green+Blue) = 239+90+252=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 90 (35.55% from 255 or 15.49% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF5AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AFC is #10A503. Grayscale: #989898. Windows color (decimal): -1090820 or 16538351. OLE color: 16538351.

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

Color convert

RGB 239 90 252 -
CMYK 0.05 0.64 0 0.01
HSL 295.19º 0.96% 0.67% -
HSV(B) 295.19º 0.64% 0.99% -
XYZ 56.82 32.69 95.41 -
YUV 153.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 239 90 252 0.05 0.64 0 0.01 295.19 0.96 0.67
Hex EF 5A FC 5 40 0 1 127 60 43
Octal 357 132 374 5 100 0 1 447 140 103
Binary 11101111 1011010 11111100 101 1000000 0 1 100100111 1100000 1000011

Color Harmonies of #EF5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AFC

Black with #EF5AFC

Text Example


Text Example

White with #EF5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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