Html Css Color HEX #EF60EF Pink Flamingo

📋 copy color: '#EF60EF'

red 239 ◦ green 96 ◦ blue 239

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

Shades of Pink Flamingo #EF60EF

Tints of Pink Flamingo #EF60EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.72%

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

R = 41.64%
G = 16.72%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF60EF (or 0xEF60EF) is known color: Pink Flamingo. HEX triplet: EF, 60 and EF. RGB value is (239,96,239). Sum of RGB (Red+Green+Blue) = 239+96+239=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 96 (37.89% from 255 or 16.72% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF60EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF60EF is #109F10. Grayscale: #9A9A9A. Windows color (decimal): -1089297 or 15687919. OLE color: 15687919.

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

Color convert

RGB 239 96 239 -
CMYK 0 0.60 0 0.06
HSL 300º 0.82% 0.66% -
HSV(B) 300º 0.6% 0.94% -
XYZ 55.36 32.95 85.1 -
YUV 155.06 175.38 187.87 -
System Red Green Blue C M Y K H S L
Decimal 239 96 239 0 0.60 0 0.06 300 0.82 0.66
Hex EF 60 EF 0 3C 0 6 12C 52 42
Octal 357 140 357 0 74 0 6 454 122 102
Binary 11101111 1100000 11101111 0 111100 0 110 100101100 1010010 1000010

Color Harmonies of #EF60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60EF

Black with #EF60EF

Text Example


Text Example

White with #EF60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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