Html Css Color HEX #EF68FC Pink Flamingo

📋 copy color: '#EF68FC'

red 239 ◦ green 104 ◦ blue 252

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

Shades of Pink Flamingo #EF68FC

Tints of Pink Flamingo #EF68FC

RGB

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

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

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

R = 40.17%
G = 17.48%
B = 42.35%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF68FC (or 0xEF68FC) is known color: Pink Flamingo. HEX triplet: EF, 68 and FC. RGB value is (239,104,252). Sum of RGB (Red+Green+Blue) = 239+104+252=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 104 (41.02% from 255 or 17.48% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF68FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68FC is #109703. Grayscale: #A0A0A0. Windows color (decimal): -1087236 or 16541935. OLE color: 16541935.

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

Color convert

RGB 239 104 252 -
CMYK 0.05 0.59 0 0.01
HSL 294.73º 0.96% 0.7% -
HSV(B) 294.73º 0.59% 0.99% -
XYZ 58.12 35.28 95.84 -
YUV 161.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 239 104 252 0.05 0.59 0 0.01 294.73 0.96 0.7
Hex EF 68 FC 5 3B 0 1 127 60 46
Octal 357 150 374 5 73 0 1 447 140 106
Binary 11101111 1101000 11111100 101 111011 0 1 100100111 1100000 1000110

Color Harmonies of #EF68FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68FC

Black with #EF68FC

Text Example


Text Example

White with #EF68FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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