#ED3DFB

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

Shades of Pink Flamingo #ED3DFB

Tints of Pink Flamingo #ED3DFB

Color information

#ED3DFB (or 0xED3DFB) is unknown color: approx Pink Flamingo. HEX triplet: ED, 3D and FB. RGB value is (237,61,251). Sum of RGB (Red+Green+Blue) = 237+61+251=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3DFB is #12C204. Grayscale: #868686. Windows color (decimal): -1229317 or 16465389. OLE color: 16465389.

HSL color Cylindrical-coordinate representation of color #ED3DFB: hue angle of 295.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3DFB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23761251-
CMYK0.060.7600.02
HSL295.58º95.96%61.18%-
HSV(B)295.58º75.7%98.43%-
XYZ54.0128.3193.88-
YUV135.28193.31200.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 61 (24.22% from 255) = 11.11%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=43.17%
G=11.11%
B=45.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237612510.060.7600.02295.5895.9661.18
HexED3DFB64C02128603d
Octal3557537361140245014075
Binary111011011111011111101111010011000101001010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3DFB; }

 p { color: rgb(237,61,251); }

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

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

 a { background-color: rgb(237,61,251); }

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

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

 span { border-color: rgb(237,61,251); }

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