#ED43F7

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

Shades of Pink Flamingo #ED43F7

Tints of Pink Flamingo #ED43F7

Color information

#ED43F7 (or 0xED43F7) is unknown color: approx Pink Flamingo. HEX triplet: ED, 43 and F7. RGB value is (237,67,247). Sum of RGB (Red+Green+Blue) = 237+67+247=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 67 (26.56% from 255 or 12.16% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED43F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43F7 is #12BC08. Grayscale: #898989. Windows color (decimal): -1227785 or 16204781. OLE color: 16204781.

HSL color Cylindrical-coordinate representation of color #ED43F7: hue angle of 296.67º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED43F7 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23767247-
CMYK0.040.7300.03
HSL296.67º91.84%61.57%-
HSV(B)296.67º72.87%96.86%-
XYZ53.7228.7390.71-
YUV138.35189.32198.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 67 (26.56% from 255) = 12.16%
BLUE value IS 247 (96.88% from 255) = 44.83%
R=43.01%
G=12.16%
B=44.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237672470.040.7300.03296.6791.8461.57
HexED43F7449031295c3e
Octal35510336741110345113476
Binary1110110110000111111011110010010010111001010011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED43F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED43F7; }

 p { color: rgb(237,67,247); }

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

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

 a { background-color: rgb(237,67,247); }

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

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

 span { border-color: rgb(237,67,247); }

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