#E344FF

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

Shades of Pink Flamingo #E344FF

Tints of Pink Flamingo #E344FF

Color information

#E344FF (or 0xE344FF) is unknown color: approx Pink Flamingo. HEX triplet: E3, 44 and FF. RGB value is (227,68,255). Sum of RGB (Red+Green+Blue) = 227+68+255=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 68 (26.95% from 255 or 12.36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #E344FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E344FF is #1CBB00. Grayscale: #888888. Windows color (decimal): -1882881 or 16729315. OLE color: 16729315.

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

Color convert

RGB22768255-
CMYK0.110.7300
HSL291.02º100%63.33%-
HSV(B)291.02º73.33%100%-
XYZ51.827.6997.22-
YUV136.86194.68192.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 68 (26.95% from 255) = 12.36%
BLUE value IS 255 (100% from 255) = 46.36%
R=41.27%
G=12.36%
B=46.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal227682550.110.7300291.0210063.33
HexE344FFB4900123643f
Octal343104377131110044314477
Binary1110001110001001111111110111001001001001000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E344FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E344FF; }

 p { color: rgb(227,68,255); }

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

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

 a { background-color: rgb(227,68,255); }

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

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

 span { border-color: rgb(227,68,255); }

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