#EA5FF4

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

Shades of Pink Flamingo #EA5FF4

Tints of Pink Flamingo #EA5FF4

Color information

#EA5FF4 (or 0xEA5FF4) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5F and F4. RGB value is (234,95,244). Sum of RGB (Red+Green+Blue) = 234+95+244=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA5FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5FF4 is #15A00B. Grayscale: #999999. Windows color (decimal): -1417228 or 16015338. OLE color: 16015338.

HSL color Cylindrical-coordinate representation of color #EA5FF4: hue angle of 295.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5FF4 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23495244-
CMYK0.040.6100.04
HSL295.97º87.13%66.47%-
HSV(B)295.97º61.07%95.69%-
XYZ54.3532.2188.94-
YUV153.55179.05185.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 95 (37.5% from 255) = 16.58%
BLUE value IS 244 (95.70% from 255) = 42.58%
R=40.84%
G=16.58%
B=42.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234952440.040.6100.04295.9787.1366.47
HexEA5FF443D041285742
Octal35213736447504450127102
Binary11101010101111111110100100111101010010010100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FF4; }

 p { color: rgb(234,95,244); }

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

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

 a { background-color: rgb(234,95,244); }

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

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

 span { border-color: rgb(234,95,244); }

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