Html Css Color HEX #EF6AFC Pink Flamingo

📋 copy color: '#EF6AFC'

red 239 ◦ green 106 ◦ blue 252

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

Shades of Pink Flamingo #EF6AFC

Tints of Pink Flamingo #EF6AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.76%

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

R = 40.03%
G = 17.76%
B = 42.21%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF6AFC (or 0xEF6AFC) is known color: Pink Flamingo. HEX triplet: EF, 6A and FC. RGB value is (239,106,252). Sum of RGB (Red+Green+Blue) = 239+106+252=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 106 (41.80% from 255 or 17.76% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF6AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AFC is #109503. Grayscale: #A1A1A1. Windows color (decimal): -1086724 or 16542447. OLE color: 16542447.

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

Color convert

RGB 239 106 252 -
CMYK 0.05 0.58 0 0.01
HSL 294.66º 0.96% 0.7% -
HSV(B) 294.66º 0.58% 0.99% -
XYZ 58.32 35.69 95.91 -
YUV 162.41 178.56 182.63 -
System Red Green Blue C M Y K H S L
Decimal 239 106 252 0.05 0.58 0 0.01 294.66 0.96 0.7
Hex EF 6A FC 5 3A 0 1 127 60 46
Octal 357 152 374 5 72 0 1 447 140 106
Binary 11101111 1101010 11111100 101 111010 0 1 100100111 1100000 1000110

Color Harmonies of #EF6AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AFC

Black with #EF6AFC

Text Example


Text Example

White with #EF6AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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