#ED38FE

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

Shades of Pink Flamingo #ED38FE

Tints of Pink Flamingo #ED38FE

Color information

#ED38FE (or 0xED38FE) is unknown color: approx Pink Flamingo. HEX triplet: ED, 38 and FE. RGB value is (237,56,254). Sum of RGB (Red+Green+Blue) = 237+56+254=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 56 (22.27% from 255 or 10.24% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED38FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED38FE is #12C701. Grayscale: #848484. Windows color (decimal): -1230594 or 16660717. OLE color: 16660717.

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

Color convert

RGB23756254-
CMYK0.070.7800.00
HSL294.85º99%60.78%-
HSV(B)294.85º77.95%99.61%-
XYZ54.2327.9996.31-
YUV132.69196.47202.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 56 (22.27% from 255) = 10.24%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=43.33%
G=10.24%
B=46.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237562540.070.7800.00294.859960.78
HexED38FE74E00127633d
Octal3557037671160044714375
Binary11101101111000111111101111001110001001001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED38FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED38FE; }

 p { color: rgb(237,56,254); }

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

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

 a { background-color: rgb(237,56,254); }

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

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

 span { border-color: rgb(237,56,254); }

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