#E74CFC

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

Shades of Pink Flamingo #E74CFC

Tints of Pink Flamingo #E74CFC

Color information

#E74CFC (or 0xE74CFC) is unknown color: approx Pink Flamingo. HEX triplet: E7, 4C and FC. RGB value is (231,76,252). Sum of RGB (Red+Green+Blue) = 231+76+252=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #E74CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CFC is #18B303. Grayscale: #8D8D8D. Windows color (decimal): -1618692 or 16534759. OLE color: 16534759.

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

Color convert

RGB23176252-
CMYK0.080.7000.01
HSL292.84º96.7%64.31%-
HSV(B)292.84º69.84%98.82%-
XYZ53.1129.1994.93-
YUV142.41189.85191.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 76 (30.08% from 255) = 13.60%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=41.32%
G=13.60%
B=45.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231762520.080.7000.01292.8496.764.31
HexE74CFC846011256140
Octal3471143741010601445141100
Binary11100111100110011111100100010001100110010010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CFC; }

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

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

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

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

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

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

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

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