#EA5BFF

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

Shades of Pink Flamingo #EA5BFF

Tints of Pink Flamingo #EA5BFF

Color information

#EA5BFF (or 0xEA5BFF) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5B and FF. RGB value is (234,91,255). Sum of RGB (Red+Green+Blue) = 234+91+255=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5BFF is #15A400. Grayscale: #979797. Windows color (decimal): -1418241 or 16735210. OLE color: 16735210.

HSL color Cylindrical-coordinate representation of color #EA5BFF: hue angle of 292.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5BFF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23491255-
CMYK0.080.6400
HSL292.32º100%67.84%-
HSV(B)292.32º64.31%100%-
XYZ55.7232.1997.89-
YUV152.45185.88186.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 91 (35.94% from 255) = 15.69%
BLUE value IS 255 (100% from 255) = 43.97%
R=40.34%
G=15.69%
B=43.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234912550.080.6400292.3210067.84
HexEA5BFF840001246444
Octal3521333771010000444144104
Binary11101010101101111111111100010000000010010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5BFF; }

 p { color: rgb(234,91,255); }

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

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

 a { background-color: rgb(234,91,255); }

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

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

 span { border-color: rgb(234,91,255); }

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