#EB65F9

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

Shades of Pink Flamingo #EB65F9

Tints of Pink Flamingo #EB65F9

Color information

#EB65F9 (or 0xEB65F9) is unknown color: approx Pink Flamingo. HEX triplet: EB, 65 and F9. RGB value is (235,101,249). Sum of RGB (Red+Green+Blue) = 235+101+249=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #EB65F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB65F9 is #149A06. Grayscale: #9D9D9D. Windows color (decimal): -1350151 or 16344555. OLE color: 16344555.

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

Color convert

RGB235101249-
CMYK0.060.5900.02
HSL294.32º92.5%68.63%-
HSV(B)294.32º59.44%97.65%-
XYZ56.0133.8193.2-
YUV157.94179.39182.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 101 (39.84% from 255) = 17.26%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=40.17%
G=17.26%
B=42.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351012490.060.5900.02294.3292.568.63
HexEB65F963B021265c45
Octal35314537167302446134105
Binary1110101111001011111100111011101101010010011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65F9; }

 p { color: rgb(235,101,249); }

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

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

 a { background-color: rgb(235,101,249); }

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

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

 span { border-color: rgb(235,101,249); }

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