Html Css Color HEX #EF66EC Pink Flamingo

📋 copy color: '#EF66EC'

red 239 ◦ green 102 ◦ blue 236

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

Shades of Pink Flamingo #EF66EC

Tints of Pink Flamingo #EF66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.68%

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 41.42%
G = 17.68%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF66EC (or 0xEF66EC) is known color: Pink Flamingo. HEX triplet: EF, 66 and EC. RGB value is (239,102,236). Sum of RGB (Red+Green+Blue) = 239+102+236=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66EC is #109913. Grayscale: #9D9D9D. Windows color (decimal): -1087764 or 15492847. OLE color: 15492847.

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

Color convert

RGB 239 102 236 -
CMYK 0 0.57 0.01 0.06
HSL 301.31º 0.81% 0.67% -
HSV(B) 301.31º 0.57% 0.94% -
XYZ 55.49 33.91 82.98 -
YUV 158.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 239 102 236 0 0.57 0.01 0.06 301.31 0.81 0.67
Hex EF 66 EC 0 39 1 6 12D 51 43
Octal 357 146 354 0 71 1 6 455 121 103
Binary 11101111 1100110 11101100 0 111001 1 110 100101101 1010001 1000011

Color Harmonies of #EF66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66EC

Black with #EF66EC

Text Example


Text Example

White with #EF66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66EC; }

 p { color: rgb(239,102,236); }

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

background-color css

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

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

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

border-color css

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

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

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