#EA58F3

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

Shades of Pink Flamingo #EA58F3

Tints of Pink Flamingo #EA58F3

Color information

#EA58F3 (or 0xEA58F3) is unknown color: approx Pink Flamingo. HEX triplet: EA, 58 and F3. RGB value is (234,88,243). Sum of RGB (Red+Green+Blue) = 234+88+243=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA58F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA58F3 is #15A70C. Grayscale: #949494. Windows color (decimal): -1419021 or 15948010. OLE color: 15948010.

HSL color Cylindrical-coordinate representation of color #EA58F3: hue angle of 296.52º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA58F3 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23488243-
CMYK0.040.6400.05
HSL296.52º86.59%64.9%-
HSV(B)296.52º63.79%95.29%-
XYZ53.630.9487.94-
YUV149.32180.87188.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 88 (34.77% from 255) = 15.58%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=41.42%
G=15.58%
B=43.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234882430.040.6400.05296.5286.5964.9
HexEA58F3440051295741
Octal352130363410005451127101
Binary111010101011000111100111001000000010110010100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58F3; }

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

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

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

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

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

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

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

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