#EA37FE

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

Shades of Pink Flamingo #EA37FE

Tints of Pink Flamingo #EA37FE

Color information

#EA37FE (or 0xEA37FE) is unknown color: approx Pink Flamingo. HEX triplet: EA, 37 and FE. RGB value is (234,55,254). Sum of RGB (Red+Green+Blue) = 234+55+254=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 55 (21.88% from 255 or 10.13% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA37FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA37FE is #15C801. Grayscale: #828282. Windows color (decimal): -1427458 or 16660458. OLE color: 16660458.

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

Color convert

RGB23455254-
CMYK0.080.7800.00
HSL293.97º99%60.59%-
HSV(B)293.97º78.35%99.61%-
XYZ53.1927.3896.25-
YUV131.21197.3201.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 55 (21.88% from 255) = 10.13%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=43.09%
G=10.13%
B=46.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234552540.080.7800.00293.979960.59
HexEA37FE84E00126633d
Octal35267376101160044614375
Binary111010101101111111111010001001110001001001101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA37FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA37FE; }

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

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

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

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

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

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

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

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