Html Css Color HEX #EC60F9 Pink Flamingo

📋 copy color: '#EC60F9'

red 236 ◦ green 96 ◦ blue 249

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

Shades of Pink Flamingo #EC60F9

Tints of Pink Flamingo #EC60F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.86%

R = 40.62%
G = 16.52%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC60F9 (or 0xEC60F9) is known color: Pink Flamingo. HEX triplet: EC, 60 and F9. RGB value is (236,96,249). Sum of RGB (Red+Green+Blue) = 236+96+249=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC60F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60F9 is #139F06. Grayscale: #9A9A9A. Windows color (decimal): -1285895 or 16343276. OLE color: 16343276.

HSL color Cylindrical-coordinate representation of color #EC60F9: hue angle of 294.9º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC60F9 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 96 249 -
CMYK 0.05 0.61 0 0.02
HSL 294.9º 0.93% 0.68% -
HSV(B) 294.9º 0.61% 0.98% -
XYZ 55.87 33.04 93.05 -
YUV 155.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 236 96 249 0.05 0.61 0 0.02 294.9 0.93 0.68
Hex EC 60 F9 5 3D 0 2 127 5D 44
Octal 354 140 371 5 75 0 2 447 135 104
Binary 11101100 1100000 11111001 101 111101 0 10 100100111 1011101 1000100

Color Harmonies of #EC60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60F9

Black with #EC60F9

Text Example


Text Example

White with #EC60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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