#EA5CFC

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

Shades of Pink Flamingo #EA5CFC

Tints of Pink Flamingo #EA5CFC

Color information

#EA5CFC (or 0xEA5CFC) is unknown color: approx Pink Flamingo. HEX triplet: EA, 5C and FC. RGB value is (234,92,252). Sum of RGB (Red+Green+Blue) = 234+92+252=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5CFC is #15A303. Grayscale: #989898. Windows color (decimal): -1417988 or 16538858. OLE color: 16538858.

HSL color Cylindrical-coordinate representation of color #EA5CFC: hue angle of 293.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5CFC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23492252-
CMYK0.070.6300.01
HSL293.25º96.39%67.45%-
HSV(B)293.25º63.49%98.82%-
XYZ55.3332.1795.39-
YUV152.7184.04185.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 92 (36.33% from 255) = 15.92%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=40.48%
G=15.92%
B=43.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234922520.070.6300.01293.2596.3967.45
HexEA5CFC73F011256043
Octal35213437477701445140103
Binary111010101011100111111001111111110110010010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5CFC; }

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

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

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

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

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

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

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

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