#E345FD

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

Shades of Pink Flamingo #E345FD

Tints of Pink Flamingo #E345FD

Color information

#E345FD (or 0xE345FD) is unknown color: approx Pink Flamingo. HEX triplet: E3, 45 and FD. RGB value is (227,69,253). Sum of RGB (Red+Green+Blue) = 227+69+253=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #E345FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E345FD is #1CBA02. Grayscale: #888888. Windows color (decimal): -1882627 or 16598499. OLE color: 16598499.

HSL color Cylindrical-coordinate representation of color #E345FD: hue angle of 291.52º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E345FD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22769253-
CMYK0.100.7300.01
HSL291.52º97.87%63.14%-
HSV(B)291.52º72.73%99.22%-
XYZ51.5427.6895.55-
YUV137.22193.35192.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 69 (27.34% from 255) = 12.57%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=41.35%
G=12.57%
B=46.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal227692530.100.7300.01291.5297.8763.14
HexE345FDA4901124623f
Octal343105375121110144414277
Binary1110001110001011111110110101001001011001001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E345FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E345FD; }

 p { color: rgb(227,69,253); }

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

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

 a { background-color: rgb(227,69,253); }

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

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

 span { border-color: rgb(227,69,253); }

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