Html Css Color HEX #EF69FA Pink Flamingo

📋 copy color: '#EF69FA'

red 239 ◦ green 105 ◦ blue 250

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

Shades of Pink Flamingo #EF69FA

Tints of Pink Flamingo #EF69FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.68%

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 40.24%
G = 17.68%
B = 42.09%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF69FA (or 0xEF69FA) is known color: Pink Flamingo. HEX triplet: EF, 69 and FA. RGB value is (239,105,250). Sum of RGB (Red+Green+Blue) = 239+105+250=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 105 (41.41% from 255 or 17.68% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF69FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69FA is #109605. Grayscale: #A1A1A1. Windows color (decimal): -1086982 or 16411119. OLE color: 16411119.

HSL color Cylindrical-coordinate representation of color #EF69FA: hue angle of 295.45º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF69FA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 105 250 -
CMYK 0.04 0.58 0 0.02
HSL 295.45º 0.94% 0.7% -
HSV(B) 295.45º 0.58% 0.98% -
XYZ 57.9 35.36 94.22 -
YUV 161.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 239 105 250 0.04 0.58 0 0.02 295.45 0.94 0.7
Hex EF 69 FA 4 3A 0 2 127 5E 46
Octal 357 151 372 4 72 0 2 447 136 106
Binary 11101111 1101001 11111010 100 111010 0 10 100100111 1011110 1000110

Color Harmonies of #EF69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69FA

Black with #EF69FA

Text Example


Text Example

White with #EF69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69FA; }

 p { color: rgb(239,105,250); }

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

background-color css

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

 a { background-color: rgb(239,105,250); }

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

border-color css

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

 span { border-color: rgb(239,105,250); }

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