Html Css Color HEX #EC60FE Pink Flamingo

📋 copy color: '#EC60FE'

red 236 ◦ green 96 ◦ blue 254

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

Shades of Pink Flamingo #EC60FE

Tints of Pink Flamingo #EC60FE

RGB

 RED value IS 236 (92.58% from 255) = 40.27%

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 40.27%
G = 16.38%
B = 43.34%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC60FE (or 0xEC60FE) is known color: Pink Flamingo. HEX triplet: EC, 60 and FE. RGB value is (236,96,254). Sum of RGB (Red+Green+Blue) = 236+96+254=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 96 (37.89% from 255 or 16.38% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC60FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60FE is #139F01. Grayscale: #9B9B9B. Windows color (decimal): -1285890 or 16670956. OLE color: 16670956.

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

Color convert

RGB 236 96 254 -
CMYK 0.07 0.62 0 0.00
HSL 293.16º 0.99% 0.69% -
HSV(B) 293.16º 0.62% 1% -
XYZ 56.66 33.35 97.22 -
YUV 155.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 236 96 254 0.07 0.62 0 0.00 293.16 0.99 0.69
Hex EC 60 FE 7 3E 0 0 125 63 45
Octal 354 140 376 7 76 0 0 445 143 105
Binary 11101100 1100000 11111110 111 111110 0 0 100100101 1100011 1000101

Color Harmonies of #EC60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60FE

Black with #EC60FE

Text Example


Text Example

White with #EC60FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60FE; }

 p { color: rgb(236,96,254); }

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

background-color css

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

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

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

border-color css

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

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

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