Html Css Color HEX #EC55F6 Pink Flamingo

📋 copy color: '#EC55F6'

red 236 ◦ green 85 ◦ blue 246

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

Shades of Pink Flamingo #EC55F6

Tints of Pink Flamingo #EC55F6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.99%

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

R = 41.62%
G = 14.99%
B = 43.39%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC55F6 (or 0xEC55F6) is known color: Pink Flamingo. HEX triplet: EC, 55 and F6. RGB value is (236,85,246). Sum of RGB (Red+Green+Blue) = 236+85+246=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC55F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55F6 is #13AA09. Grayscale: #949494. Windows color (decimal): -1288714 or 16143852. OLE color: 16143852.

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

Color convert

RGB 236 85 246 -
CMYK 0.04 0.65 0 0.04
HSL 296.27º 0.9% 0.65% -
HSV(B) 296.27º 0.65% 0.96% -
XYZ 54.48 30.98 90.3 -
YUV 148.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 236 85 246 0.04 0.65 0 0.04 296.27 0.9 0.65
Hex EC 55 F6 4 41 0 4 128 5A 41
Octal 354 125 366 4 101 0 4 450 132 101
Binary 11101100 1010101 11110110 100 1000001 0 100 100101000 1011010 1000001

Color Harmonies of #EC55F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55F6

Black with #EC55F6

Text Example


Text Example

White with #EC55F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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