Html Css Color HEX #EC56F5 Pink Flamingo

📋 copy color: '#EC56F5'

red 236 ◦ green 86 ◦ blue 245

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

Shades of Pink Flamingo #EC56F5

Tints of Pink Flamingo #EC56F5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.17%

 BLUE value IS 245 (96.09% from 255) = 43.21%

R = 41.62%
G = 15.17%
B = 43.21%

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

#EC56F5 (or 0xEC56F5) is known color: Pink Flamingo. HEX triplet: EC, 56 and F5. RGB value is (236,86,245). Sum of RGB (Red+Green+Blue) = 236+86+245=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 86 (33.98% from 255 or 15.17% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC56F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC56F5 is #13A90A. Grayscale: #949494. Windows color (decimal): -1288459 or 16078572. OLE color: 16078572.

HSL color Cylindrical-coordinate representation of color #EC56F5: hue angle of 296.6º degrees, saturation: 0.89, 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 #EC56F5 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 86 245 -
CMYK 0.04 0.65 0 0.04
HSL 296.6º 0.89% 0.65% -
HSV(B) 296.6º 0.65% 0.96% -
XYZ 54.4 31.08 89.52 -
YUV 148.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 236 86 245 0.04 0.65 0 0.04 296.6 0.89 0.65
Hex EC 56 F5 4 41 0 4 129 59 41
Octal 354 126 365 4 101 0 4 451 131 101
Binary 11101100 1010110 11110101 100 1000001 0 100 100101001 1011001 1000001

Color Harmonies of #EC56F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56F5

Black with #EC56F5

Text Example


Text Example

White with #EC56F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56F5; }

 p { color: rgb(236,86,245); }

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

background-color css

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

 a { background-color: rgb(236,86,245); }

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

border-color css

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

 span { border-color: rgb(236,86,245); }

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