#EA4BF8

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

Shades of Pink Flamingo #EA4BF8

Tints of Pink Flamingo #EA4BF8

Color information

#EA4BF8 (or 0xEA4BF8) is unknown color: approx Pink Flamingo. HEX triplet: EA, 4B and F8. RGB value is (234,75,248). Sum of RGB (Red+Green+Blue) = 234+75+248=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 75 (29.69% from 255 or 13.46% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA4BF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA4BF8 is #15B407. Grayscale: #8D8D8D. Windows color (decimal): -1422344 or 16272362. OLE color: 16272362.

HSL color Cylindrical-coordinate representation of color #EA4BF8: hue angle of 295.14º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4BF8 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23475248-
CMYK0.060.7000.03
HSL295.14º92.51%63.33%-
HSV(B)295.14º69.76%97.25%-
XYZ53.3929.391.65-
YUV142.26187.68193.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 75 (29.69% from 255) = 13.46%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=42.01%
G=13.46%
B=44.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234752480.060.7000.03295.1492.5163.33
HexEA4BF8646031275d3f
Octal35211337061060344713577
Binary1110101010010111111100011010001100111001001111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4BF8; }

 p { color: rgb(234,75,248); }

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

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

 a { background-color: rgb(234,75,248); }

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

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

 span { border-color: rgb(234,75,248); }

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