Html Css Color HEX #EF60FF Pink Flamingo

📋 copy color: '#EF60FF'

red 239 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #EF60FF

Tints of Pink Flamingo #EF60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 40.51%
G = 16.27%
B = 43.22%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF60FF (or 0xEF60FF) is known color: Pink Flamingo. HEX triplet: EF, 60 and FF. RGB value is (239,96,255). Sum of RGB (Red+Green+Blue) = 239+96+255=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 96 (37.89% from 255 or 16.27% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF60FF is #109F00. Grayscale: #9C9C9C. Windows color (decimal): -1089281 or 16736495. OLE color: 16736495.

HSL color Cylindrical-coordinate representation of color #EF60FF: hue angle of 293.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF60FF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 96 255 -
CMYK 0.06 0.62 0 0
HSL 293.96º 1% 0.69% -
HSV(B) 293.96º 0.62% 1% -
XYZ 57.83 33.94 98.11 -
YUV 156.88 183.38 186.57 -
System Red Green Blue C M Y K H S L
Decimal 239 96 255 0.06 0.62 0 0 293.96 1 0.69
Hex EF 60 FF 6 3E 0 0 126 64 45
Octal 357 140 377 6 76 0 0 446 144 105
Binary 11101111 1100000 11111111 110 111110 0 0 100100110 1100100 1000101

Color Harmonies of #EF60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60FF

Black with #EF60FF

Text Example


Text Example

White with #EF60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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