Html Css Color HEX #EF68EF Pink Flamingo

📋 copy color: '#EF68EF'

red 239 ◦ green 104 ◦ blue 239

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

Shades of Pink Flamingo #EF68EF

Tints of Pink Flamingo #EF68EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 41.07%
G = 17.87%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF68EF (or 0xEF68EF) is known color: Pink Flamingo. HEX triplet: EF, 68 and EF. RGB value is (239,104,239). Sum of RGB (Red+Green+Blue) = 239+104+239=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF68EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68EF is #109710. Grayscale: #9F9F9F. Windows color (decimal): -1087249 or 15689967. OLE color: 15689967.

HSL color Cylindrical-coordinate representation of color #EF68EF: hue angle of 300º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68EF is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 239 -
CMYK 0 0.56 0 0.06
HSL 300º 0.81% 0.67% -
HSV(B) 300º 0.56% 0.94% -
XYZ 56.13 34.48 85.36 -
YUV 159.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 239 104 239 0 0.56 0 0.06 300 0.81 0.67
Hex EF 68 EF 0 38 0 6 12C 51 43
Octal 357 150 357 0 70 0 6 454 121 103
Binary 11101111 1101000 11101111 0 111000 0 110 100101100 1010001 1000011

Color Harmonies of #EF68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68EF

Black with #EF68EF

Text Example


Text Example

White with #EF68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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