Html Css Color HEX #EC60FF Pink Flamingo

📋 copy color: '#EC60FF'

red 236 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #EC60FF

Tints of Pink Flamingo #EC60FF

RGB

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

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

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

R = 40.2%
G = 16.35%
B = 43.44%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC60FF (or 0xEC60FF) is known color: Pink Flamingo. HEX triplet: EC, 60 and FF. RGB value is (236,96,255). Sum of RGB (Red+Green+Blue) = 236+96+255=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 96 (37.89% from 255 or 16.35% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60FF is #139F00. Grayscale: #9B9B9B. Windows color (decimal): -1285889 or 16736492. OLE color: 16736492.

HSL color Cylindrical-coordinate representation of color #EC60FF: hue angle of 292.83º 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 #EC60FF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 96 255 -
CMYK 0.07 0.62 0 0
HSL 292.83º 1% 0.69% -
HSV(B) 292.83º 0.62% 1% -
XYZ 56.82 33.42 98.06 -
YUV 155.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 236 96 255 0.07 0.62 0 0 292.83 1 0.69
Hex EC 60 FF 7 3E 0 0 125 64 45
Octal 354 140 377 7 76 0 0 445 144 105
Binary 11101100 1100000 11111111 111 111110 0 0 100100101 1100100 1000101

Color Harmonies of #EC60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60FF

Black with #EC60FF

Text Example


Text Example

White with #EC60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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