Html Css Color HEX #EF68F9 Pink Flamingo

📋 copy color: '#EF68F9'

red 239 ◦ green 104 ◦ blue 249

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

Shades of Pink Flamingo #EF68F9

Tints of Pink Flamingo #EF68F9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.57%

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 40.37%
G = 17.57%
B = 42.06%

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

#EF68F9 (or 0xEF68F9) is known color: Pink Flamingo. HEX triplet: EF, 68 and F9. RGB value is (239,104,249). Sum of RGB (Red+Green+Blue) = 239+104+249=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 104 (41.02% from 255 or 17.57% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF68F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F9 is #109706. Grayscale: #A0A0A0. Windows color (decimal): -1087239 or 16345327. OLE color: 16345327.

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

Color convert

RGB 239 104 249 -
CMYK 0.04 0.58 0 0.02
HSL 295.86º 0.92% 0.69% -
HSV(B) 295.86º 0.58% 0.98% -
XYZ 57.65 35.09 93.36 -
YUV 160.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 239 104 249 0.04 0.58 0 0.02 295.86 0.92 0.69
Hex EF 68 F9 4 3A 0 2 128 5C 45
Octal 357 150 371 4 72 0 2 450 134 105
Binary 11101111 1101000 11111001 100 111010 0 10 100101000 1011100 1000101

Color Harmonies of #EF68F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68F9

Black with #EF68F9

Text Example


Text Example

White with #EF68F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68F9; }

 p { color: rgb(239,104,249); }

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

background-color css

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

 a { background-color: rgb(239,104,249); }

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

border-color css

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

 span { border-color: rgb(239,104,249); }

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