Html Css Color HEX #EF68FF Pink Flamingo

📋 copy color: '#EF68FF'

red 239 ◦ green 104 ◦ blue 255

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

Shades of Pink Flamingo #EF68FF

Tints of Pink Flamingo #EF68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.64%

R = 39.97%
G = 17.39%
B = 42.64%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF68FF (or 0xEF68FF) is known color: Pink Flamingo. HEX triplet: EF, 68 and FF. RGB value is (239,104,255). Sum of RGB (Red+Green+Blue) = 239+104+255=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 104 (41.02% from 255 or 17.39% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF68FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68FF is #109700. Grayscale: #A1A1A1. Windows color (decimal): -1087233 or 16738543. OLE color: 16738543.

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

Color convert

RGB 239 104 255 -
CMYK 0.06 0.59 0 0
HSL 293.64º 1% 0.7% -
HSV(B) 293.64º 0.59% 1% -
XYZ 58.6 35.47 98.37 -
YUV 161.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 239 104 255 0.06 0.59 0 0 293.64 1 0.7
Hex EF 68 FF 6 3B 0 0 126 64 46
Octal 357 150 377 6 73 0 0 446 144 106
Binary 11101111 1101000 11111111 110 111011 0 0 100100110 1100100 1000110

Color Harmonies of #EF68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68FF

Black with #EF68FF

Text Example


Text Example

White with #EF68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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