Html Css Color HEX #EF6AFE Pink Flamingo

📋 copy color: '#EF6AFE'

red 239 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #EF6AFE

Tints of Pink Flamingo #EF6AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 39.9%
G = 17.7%
B = 42.4%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF6AFE (or 0xEF6AFE) is known color: Pink Flamingo. HEX triplet: EF, 6A and FE. RGB value is (239,106,254). Sum of RGB (Red+Green+Blue) = 239+106+254=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF6AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AFE is #109501. Grayscale: #A2A2A2. Windows color (decimal): -1086722 or 16673519. OLE color: 16673519.

HSL color Cylindrical-coordinate representation of color #EF6AFE: hue angle of 293.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6AFE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 106 254 -
CMYK 0.06 0.58 0 0.00
HSL 293.92º 0.99% 0.71% -
HSV(B) 293.92º 0.58% 1% -
XYZ 58.64 35.81 97.59 -
YUV 162.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 239 106 254 0.06 0.58 0 0.00 293.92 0.99 0.71
Hex EF 6A FE 6 3A 0 0 126 63 47
Octal 357 152 376 6 72 0 0 446 143 107
Binary 11101111 1101010 11111110 110 111010 0 0 100100110 1100011 1000111

Color Harmonies of #EF6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AFE

Black with #EF6AFE

Text Example


Text Example

White with #EF6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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