#E74BF8

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

Shades of Pink Flamingo #E74BF8

Tints of Pink Flamingo #E74BF8

Color information

#E74BF8 (or 0xE74BF8) is unknown color: approx Pink Flamingo. HEX triplet: E7, 4B and F8. RGB value is (231,75,248). Sum of RGB (Red+Green+Blue) = 231+75+248=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 75 (29.69% from 255 or 13.54% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #E74BF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74BF8 is #18B407. Grayscale: #8C8C8C. Windows color (decimal): -1618952 or 16272359. OLE color: 16272359.

HSL color Cylindrical-coordinate representation of color #E74BF8: hue angle of 294.1º 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 #E74BF8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23175248-
CMYK0.070.7000.03
HSL294.1º92.51%63.33%-
HSV(B)294.1º69.76%97.25%-
XYZ52.4128.891.6-
YUV141.37188.18191.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 75 (29.69% from 255) = 13.54%
BLUE value IS 248 (97.27% from 255) = 44.77%
R=41.70%
G=13.54%
B=44.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal231752480.070.7000.03294.192.5163.33
HexE74BF8746031265d3f
Octal34711337071060344613577
Binary1110011110010111111100011110001100111001001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74BF8; }

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

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

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

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

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

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

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

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