Html Css Color HEX #E346FE Pink Flamingo

📋 copy color: '#E346FE'

red 227 ◦ green 70 ◦ blue 254

#E346FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #E346FE

Tints of Pink Flamingo #E346FE

RGB

 RED value IS 227 (89.06% from 255) = 41.2%

 GREEN value IS 70 (27.73% from 255) = 12.7%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 41.2%
G = 12.7%
B = 46.1%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E346FE (or 0xE346FE) is known color: Pink Flamingo. HEX triplet: E3, 46 and FE. RGB value is (227,70,254). Sum of RGB (Red+Green+Blue) = 227+70+254=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 70 (27.73% from 255 or 12.70% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #E346FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E346FE is #1CB901. Grayscale: #898989. Windows color (decimal): -1882370 or 16664291. OLE color: 16664291.

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

Color convert

RGB 227 70 254 -
CMYK 0.11 0.72 0 0.00
HSL 291.2º 0.99% 0.64% -
HSV(B) 291.2º 0.72% 1% -
XYZ 51.76 27.87 96.42 -
YUV 137.92 193.51 191.54 -
System Red Green Blue C M Y K H S L
Decimal 227 70 254 0.11 0.72 0 0.00 291.2 0.99 0.64
Hex E3 46 FE B 48 0 0 123 63 40
Octal 343 106 376 13 110 0 0 443 143 100
Binary 11100011 1000110 11111110 1011 1001000 0 0 100100011 1100011 1000000

Color Harmonies of #E346FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E346FE

Black with #E346FE

Text Example


Text Example

White with #E346FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E346FE; }

 p { color: rgb(227,70,254); }

 H1.HeaderClassName
 {
   color: #E346FE;
 }
 .AnyTagClassName
 {
   color: #E346FE;
 }
</style>

background-color css

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

 a { background-color: rgb(227,70,254); }

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

border-color css

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

 span { border-color: rgb(227,70,254); }

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