#EA61F9

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

Shades of Pink Flamingo #EA61F9

Tints of Pink Flamingo #EA61F9

Color information

#EA61F9 (or 0xEA61F9) is unknown color: approx Pink Flamingo. HEX triplet: EA, 61 and F9. RGB value is (234,97,249). Sum of RGB (Red+Green+Blue) = 234+97+249=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA61F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA61F9 is #159E06. Grayscale: #9A9A9A. Windows color (decimal): -1416711 or 16343530. OLE color: 16343530.

HSL color Cylindrical-coordinate representation of color #EA61F9: hue angle of 294.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA61F9 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23497249-
CMYK0.060.6100.02
HSL294.08º92.68%67.84%-
HSV(B)294.08º61.04%97.65%-
XYZ55.3132.8893.05-
YUV155.29180.89184.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 97 (38.28% from 255) = 16.72%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=40.34%
G=16.72%
B=42.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234972490.060.6100.02294.0892.6867.84
HexEA61F963D021265d44
Octal35214137167502446135104
Binary1110101011000011111100111011110101010010011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA61F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA61F9; }

 p { color: rgb(234,97,249); }

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

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

 a { background-color: rgb(234,97,249); }

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

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

 span { border-color: rgb(234,97,249); }

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