#ea58fe

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

Shades of Pink Flamingo #EA58FE

Tints of Pink Flamingo #EA58FE

Color information

#EA58FE (or 0xEA58FE) is unknown color: approx Pink Flamingo. HEX triplet: EA, 58 and FE. RGB value is (234,88,254). Sum of RGB (Red+Green+Blue) = 234+88+254=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA58FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA58FE is #15A701. Grayscale: #969696. Windows color (decimal): -1419010 or 16668906. OLE color: 16668906.

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

Color convert

RGB23488254-
CMYK0.080.6500.00
HSL292.77º98.81%67.06%-
HSV(B)292.77º65.35%99.61%-
XYZ55.3131.6396.96-
YUV150.58186.37187.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 88 (34.77% from 255) = 15.28%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=40.62%
G=15.28%
B=44.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234882540.080.6500.00292.7798.8167.06
HexEA58FE841001256343
Octal3521303761010100445143103
Binary11101010101100011111110100010000010010010010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea58fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea58fe; }

 p { color: rgb(234,88,254); }

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

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

 a { background-color: rgb(234,88,254); }

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

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

 span { border-color: rgb(234,88,254); }

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