#ED67F5

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

Shades of Pink Flamingo #ED67F5

Tints of Pink Flamingo #ED67F5

Color information

#ED67F5 (or 0xED67F5) is unknown color: approx Pink Flamingo. HEX triplet: ED, 67 and F5. RGB value is (237,103,245). Sum of RGB (Red+Green+Blue) = 237+103+245=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 103 (40.62% from 255 or 17.61% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED67F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67F5 is #12980A. Grayscale: #9E9E9E. Windows color (decimal): -1218571 or 16082925. OLE color: 16082925.

HSL color Cylindrical-coordinate representation of color #ED67F5: hue angle of 296.62º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED67F5 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237103245-
CMYK0.030.5800.04
HSL296.62º87.65%68.24%-
HSV(B)296.62º57.96%96.08%-
XYZ56.2634.390.04-
YUV159.25176.39183.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.51%
GREEN value IS 103 (40.62% from 255) = 17.61%
BLUE value IS 245 (96.09% from 255) = 41.88%
R=40.51%
G=17.61%
B=41.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371032450.030.5800.04296.6287.6568.24
HexED67F533A041295844
Octal35514736537204451130104
Binary1110110111001111111010111111010010010010100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED67F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED67F5; }

 p { color: rgb(237,103,245); }

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

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

 a { background-color: rgb(237,103,245); }

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

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

 span { border-color: rgb(237,103,245); }

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