Html Css Color HEX #EF60EE Pink Flamingo

📋 copy color: '#EF60EE'

red 239 ◦ green 96 ◦ blue 238

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

Shades of Pink Flamingo #EF60EE

Tints of Pink Flamingo #EF60EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 41.71%
G = 16.75%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF60EE (or 0xEF60EE) is known color: Pink Flamingo. HEX triplet: EF, 60 and EE. RGB value is (239,96,238). Sum of RGB (Red+Green+Blue) = 239+96+238=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF60EE is #109F11. Grayscale: #9A9A9A. Windows color (decimal): -1089298 or 15622383. OLE color: 15622383.

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

Color convert

RGB 239 96 238 -
CMYK 0 0.60 0.00 0.06
HSL 300.42º 0.82% 0.66% -
HSV(B) 300.42º 0.6% 0.94% -
XYZ 55.21 32.89 84.33 -
YUV 154.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 239 96 238 0 0.60 0.00 0.06 300.42 0.82 0.66
Hex EF 60 EE 0 3C 0 6 12C 52 42
Octal 357 140 356 0 74 0 6 454 122 102
Binary 11101111 1100000 11101110 0 111100 0 110 100101100 1010010 1000010

Color Harmonies of #EF60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60EE

Black with #EF60EE

Text Example


Text Example

White with #EF60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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