#E74CFA

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

Shades of Pink Flamingo #E74CFA

Tints of Pink Flamingo #E74CFA

Color information

#E74CFA (or 0xE74CFA) is unknown color: approx Pink Flamingo. HEX triplet: E7, 4C and FA. RGB value is (231,76,250). Sum of RGB (Red+Green+Blue) = 231+76+250=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E74CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CFA is #18B305. Grayscale: #8D8D8D. Windows color (decimal): -1618694 or 16403687. OLE color: 16403687.

HSL color Cylindrical-coordinate representation of color #E74CFA: hue angle of 293.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E74CFA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23176250-
CMYK0.080.7000.02
HSL293.45º94.57%63.92%-
HSV(B)293.45º69.6%98.04%-
XYZ52.7929.0693.27-
YUV142.18188.85191.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 76 (30.08% from 255) = 13.64%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=41.47%
G=13.64%
B=44.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal231762500.080.7000.02293.4594.5763.92
HexE74CFA846021255f40
Octal3471143721010602445137100
Binary111001111001100111110101000100011001010010010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CFA; }

 p { color: rgb(231,76,250); }

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

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

 a { background-color: rgb(231,76,250); }

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

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

 span { border-color: rgb(231,76,250); }

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