#EA60F1

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

Shades of Pink Flamingo #EA60F1

Tints of Pink Flamingo #EA60F1

Color information

#EA60F1 (or 0xEA60F1) is unknown color: approx Pink Flamingo. HEX triplet: EA, 60 and F1. RGB value is (234,96,241). Sum of RGB (Red+Green+Blue) = 234+96+241=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 96 (37.89% from 255 or 16.81% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA60F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA60F1 is #159F0E. Grayscale: #999999. Windows color (decimal): -1416975 or 15818986. OLE color: 15818986.

HSL color Cylindrical-coordinate representation of color #EA60F1: hue angle of 297.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA60F1 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23496241-
CMYK0.030.6000.05
HSL297.1º83.82%66.08%-
HSV(B)297.1º60.17%94.51%-
XYZ53.9932.2186.59-
YUV153.79177.22185.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 96 (37.89% from 255) = 16.81%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=40.98%
G=16.81%
B=42.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234962410.030.6000.05297.183.8266.08
HexEA60F133C051295442
Octal35214036137405451124102
Binary1110101011000001111000111111100010110010100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60F1; }

 p { color: rgb(234,96,241); }

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

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

 a { background-color: rgb(234,96,241); }

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

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

 span { border-color: rgb(234,96,241); }

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