#ed4af8

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

Shades of Pink Flamingo #ED4AF8

Tints of Pink Flamingo #ED4AF8

Color information

#ED4AF8 (or 0xED4AF8) is unknown color: approx Pink Flamingo. HEX triplet: ED, 4A and F8. RGB value is (237,74,248). Sum of RGB (Red+Green+Blue) = 237+74+248=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 74 (29.30% from 255 or 13.24% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AF8 is #12B507. Grayscale: #8E8E8E. Windows color (decimal): -1225992 or 16272109. OLE color: 16272109.

HSL color Cylindrical-coordinate representation of color #ED4AF8: hue angle of 296.21º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4AF8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23774248-
CMYK0.040.7000.03
HSL296.21º92.55%63.14%-
HSV(B)296.21º70.16%97.25%-
XYZ54.3229.6891.67-
YUV142.57187.5195.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 74 (29.30% from 255) = 13.24%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=42.40%
G=13.24%
B=44.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237742480.040.7000.03296.2192.5563.14
HexED4AF8446031285d3f
Octal35511237041060345013577
Binary1110110110010101111100010010001100111001010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4af8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4af8; }

 p { color: rgb(237,74,248); }

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

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

 a { background-color: rgb(237,74,248); }

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

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

 span { border-color: rgb(237,74,248); }

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