#ED54FF

Color #ED54FF Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #ED54FF

Tints of Pink Flamingo #ED54FF

Color information

#ED54FF (or 0xED54FF) is unknown color: approx Pink Flamingo. HEX triplet: ED, 54 and FF. RGB value is (237,84,255). Sum of RGB (Red+Green+Blue) = 237+84+255=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED54FF is #12AB00. Grayscale: #949494. Windows color (decimal): -1223425 or 16733421. OLE color: 16733421.

HSL color Cylindrical-coordinate representation of color #ED54FF: hue angle of 293.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED54FF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23784255-
CMYK0.070.6700
HSL293.68º100%66.47%-
HSV(B)293.68º67.06%100%-
XYZ56.1531.5797.74-
YUV149.24187.69190.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.15%
GREEN value IS 84 (33.20% from 255) = 14.58%
BLUE value IS 255 (100% from 255) = 44.27%
R=41.15%
G=14.58%
B=44.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal237842550.070.6700293.6810066.47
HexED54FF743001266442
Octal355124377710300446144102
Binary1110110110101001111111111110000110010010011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED54FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED54FF; }

 p { color: rgb(237,84,255); }

 H1.HeaderClassName
 {
   color: #ED54FF;
 }
 .AnyTagClassName
 {
   color: #ED54FF;
 }
</style>
background-color css

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

 a { background-color: rgb(237,84,255); }

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

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

 span { border-color: rgb(237,84,255); }

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