Html Css Color HEX #EC60F6 Pink Flamingo

📋 copy color: '#EC60F6'

red 236 ◦ green 96 ◦ blue 246

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

Shades of Pink Flamingo #EC60F6

Tints of Pink Flamingo #EC60F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.56%

R = 40.83%
G = 16.61%
B = 42.56%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC60F6 (or 0xEC60F6) is known color: Pink Flamingo. HEX triplet: EC, 60 and F6. RGB value is (236,96,246). Sum of RGB (Red+Green+Blue) = 236+96+246=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 96 (37.89% from 255 or 16.61% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC60F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60F6 is #139F09. Grayscale: #9A9A9A. Windows color (decimal): -1285898 or 16146668. OLE color: 16146668.

HSL color Cylindrical-coordinate representation of color #EC60F6: hue angle of 296º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC60F6 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 96 246 -
CMYK 0.04 0.61 0 0.04
HSL 296º 0.89% 0.67% -
HSV(B) 296º 0.61% 0.96% -
XYZ 55.41 32.85 90.61 -
YUV 154.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 236 96 246 0.04 0.61 0 0.04 296 0.89 0.67
Hex EC 60 F6 4 3D 0 4 128 59 43
Octal 354 140 366 4 75 0 4 450 131 103
Binary 11101100 1100000 11110110 100 111101 0 100 100101000 1011001 1000011

Color Harmonies of #EC60F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60F6

Black with #EC60F6

Text Example


Text Example

White with #EC60F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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