Html Css Color HEX #EF69EC Pink Flamingo

📋 copy color: '#EF69EC'

red 239 ◦ green 105 ◦ blue 236

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

Shades of Pink Flamingo #EF69EC

Tints of Pink Flamingo #EF69EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.1%

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

R = 41.21%
G = 18.1%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF69EC (or 0xEF69EC) is known color: Pink Flamingo. HEX triplet: EF, 69 and EC. RGB value is (239,105,236). Sum of RGB (Red+Green+Blue) = 239+105+236=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69EC is #109613. Grayscale: #9F9F9F. Windows color (decimal): -1086996 or 15493615. OLE color: 15493615.

HSL color Cylindrical-coordinate representation of color #EF69EC: hue angle of 301.34º 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 #EF69EC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 105 236 -
CMYK 0 0.56 0.01 0.06
HSL 301.34º 0.81% 0.67% -
HSV(B) 301.34º 0.56% 0.94% -
XYZ 55.79 34.51 83.08 -
YUV 160 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 239 105 236 0 0.56 0.01 0.06 301.34 0.81 0.67
Hex EF 69 EC 0 38 1 6 12D 51 43
Octal 357 151 354 0 70 1 6 455 121 103
Binary 11101111 1101001 11101100 0 111000 1 110 100101101 1010001 1000011

Color Harmonies of #EF69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69EC

Black with #EF69EC

Text Example


Text Example

White with #EF69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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