#EA5CFF

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

Shades of Pink Flamingo #EA5CFF

Tints of Pink Flamingo #EA5CFF

Color information

#EA5CFF (or 0xEA5CFF) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5C and FF. RGB value is (234,92,255). Sum of RGB (Red+Green+Blue) = 234+92+255=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5CFF is #15A300. Grayscale: #989898. Windows color (decimal): -1417985 or 16735466. OLE color: 16735466.

HSL color Cylindrical-coordinate representation of color #EA5CFF: hue angle of 292.27º 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 #EA5CFF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23492255-
CMYK0.080.6400
HSL292.27º100%68.04%-
HSV(B)292.27º63.92%100%-
XYZ55.8132.3797.91-
YUV153.04185.54185.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 92 (36.33% from 255) = 15.83%
BLUE value IS 255 (100% from 255) = 43.89%
R=40.28%
G=15.83%
B=43.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal234922550.080.6400292.2710068.04
HexEA5CFF840001246444
Octal3521343771010000444144104
Binary11101010101110011111111100010000000010010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5CFF; }

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

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

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

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

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

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

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

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