Html Css Color HEX #EC60FC Pink Flamingo

📋 copy color: '#EC60FC'

red 236 ◦ green 96 ◦ blue 252

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

Shades of Pink Flamingo #EC60FC

Tints of Pink Flamingo #EC60FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 40.41%
G = 16.44%
B = 43.15%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC60FC (or 0xEC60FC) is known color: Pink Flamingo. HEX triplet: EC, 60 and FC. RGB value is (236,96,252). Sum of RGB (Red+Green+Blue) = 236+96+252=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC60FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60FC is #139F03. Grayscale: #9B9B9B. Windows color (decimal): -1285892 or 16539884. OLE color: 16539884.

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

Color convert

RGB 236 96 252 -
CMYK 0.06 0.62 0 0.01
HSL 293.85º 0.96% 0.68% -
HSV(B) 293.85º 0.62% 0.99% -
XYZ 56.35 33.23 95.54 -
YUV 155.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 236 96 252 0.06 0.62 0 0.01 293.85 0.96 0.68
Hex EC 60 FC 6 3E 0 1 126 60 44
Octal 354 140 374 6 76 0 1 446 140 104
Binary 11101100 1100000 11111100 110 111110 0 1 100100110 1100000 1000100

Color Harmonies of #EC60FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60FC

Black with #EC60FC

Text Example


Text Example

White with #EC60FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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