Html Css Color HEX #EF69F2 Pink Flamingo

📋 copy color: '#EF69F2'

red 239 ◦ green 105 ◦ blue 242

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

Shades of Pink Flamingo #EF69F2

Tints of Pink Flamingo #EF69F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 40.78%
G = 17.92%
B = 41.3%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF69F2 (or 0xEF69F2) is known color: Pink Flamingo. HEX triplet: EF, 69 and F2. RGB value is (239,105,242). Sum of RGB (Red+Green+Blue) = 239+105+242=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF69F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69F2 is #10960D. Grayscale: #A0A0A0. Windows color (decimal): -1086990 or 15886831. OLE color: 15886831.

HSL color Cylindrical-coordinate representation of color #EF69F2: hue angle of 298.69º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF69F2 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 105 242 -
CMYK 0.01 0.57 0 0.05
HSL 298.69º 0.84% 0.68% -
HSV(B) 298.69º 0.57% 0.95% -
XYZ 56.68 34.86 87.75 -
YUV 160.68 173.89 183.86 -
System Red Green Blue C M Y K H S L
Decimal 239 105 242 0.01 0.57 0 0.05 298.69 0.84 0.68
Hex EF 69 F2 1 39 0 5 12B 54 44
Octal 357 151 362 1 71 0 5 453 124 104
Binary 11101111 1101001 11110010 1 111001 0 101 100101011 1010100 1000100

Color Harmonies of #EF69F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69F2

Black with #EF69F2

Text Example


Text Example

White with #EF69F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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