#ED37FC

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

Shades of Pink Flamingo #ED37FC

Tints of Pink Flamingo #ED37FC

Color information

#ED37FC (or 0xED37FC) is unknown color: approx Pink Flamingo. HEX triplet: ED, 37 and FC. RGB value is (237,55,252). Sum of RGB (Red+Green+Blue) = 237+55+252=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 55 (21.88% from 255 or 10.11% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED37FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED37FC is #12C803. Grayscale: #838383. Windows color (decimal): -1230852 or 16529389. OLE color: 16529389.

HSL color Cylindrical-coordinate representation of color #ED37FC: hue angle of 295.43º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED37FC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23755252-
CMYK0.060.7800.01
HSL295.43º97.04%60.2%-
HSV(B)295.43º78.17%98.82%-
XYZ53.8627.7794.62-
YUV131.88195.8202.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 55 (21.88% from 255) = 10.11%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=43.57%
G=10.11%
B=46.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237552520.060.7800.01295.4397.0460.2
HexED37FC64E01127613c
Octal3556737461160144714174
Binary11101101110111111111001101001110011001001111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED37FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED37FC; }

 p { color: rgb(237,55,252); }

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

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

 a { background-color: rgb(237,55,252); }

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

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

 span { border-color: rgb(237,55,252); }

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