Html Css Color HEX #EC54F5 Pink Flamingo

📋 copy color: '#EC54F5'

red 236 ◦ green 84 ◦ blue 245

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

Shades of Pink Flamingo #EC54F5

Tints of Pink Flamingo #EC54F5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.87%

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

R = 41.77%
G = 14.87%
B = 43.36%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC54F5 (or 0xEC54F5) is known color: Pink Flamingo. HEX triplet: EC, 54 and F5. RGB value is (236,84,245). Sum of RGB (Red+Green+Blue) = 236+84+245=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 84 (33.20% from 255 or 14.87% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC54F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54F5 is #13AB0A. Grayscale: #939393. Windows color (decimal): -1288971 or 16078060. OLE color: 16078060.

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

Color convert

RGB 236 84 245 -
CMYK 0.04 0.66 0 0.04
HSL 296.65º 0.89% 0.65% -
HSV(B) 296.65º 0.66% 0.96% -
XYZ 54.24 30.77 89.47 -
YUV 147.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 236 84 245 0.04 0.66 0 0.04 296.65 0.89 0.65
Hex EC 54 F5 4 42 0 4 129 59 41
Octal 354 124 365 4 102 0 4 451 131 101
Binary 11101100 1010100 11110101 100 1000010 0 100 100101001 1011001 1000001

Color Harmonies of #EC54F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54F5

Black with #EC54F5

Text Example


Text Example

White with #EC54F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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