#ED65FB

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

Shades of Pink Flamingo #ED65FB

Tints of Pink Flamingo #ED65FB

Color information

#ED65FB (or 0xED65FB) is unknown color: approx Pink Flamingo. HEX triplet: ED, 65 and FB. RGB value is (237,101,251). Sum of RGB (Red+Green+Blue) = 237+101+251=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED65FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65FB is #129A04. Grayscale: #9E9E9E. Windows color (decimal): -1219077 or 16475629. OLE color: 16475629.

HSL color Cylindrical-coordinate representation of color #ED65FB: hue angle of 294.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED65FB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237101251-
CMYK0.060.6000.02
HSL294.4º94.94%69.02%-
HSV(B)294.4º59.76%98.43%-
XYZ56.9934.2894.88-
YUV158.76180.06183.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 101 (39.84% from 255) = 17.15%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=40.24%
G=17.15%
B=42.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371012510.060.6000.02294.494.9469.02
HexED65FB63C021265f45
Octal35514537367402446137105
Binary1110110111001011111101111011110001010010011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED65FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED65FB; }

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

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

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

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

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

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

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

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