Html Css Color HEX #E349FF Pink Flamingo

📋 copy color: '#E349FF'

red 227 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #E349FF

Tints of Pink Flamingo #E349FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.15%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 40.9%
G = 13.15%
B = 45.95%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E349FF (or 0xE349FF) is known color: Pink Flamingo. HEX triplet: E3, 49 and FF. RGB value is (227,73,255). Sum of RGB (Red+Green+Blue) = 227+73+255=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #E349FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E349FF is #1CB600. Grayscale: #8B8B8B. Windows color (decimal): -1881601 or 16730595. OLE color: 16730595.

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

Color convert

RGB 227 73 255 -
CMYK 0.11 0.71 0 0
HSL 290.77º 1% 0.64% -
HSV(B) 290.77º 0.71% 1% -
XYZ 52.11 28.32 97.33 -
YUV 139.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 227 73 255 0.11 0.71 0 0 290.77 1 0.64
Hex E3 49 FF B 47 0 0 123 64 40
Octal 343 111 377 13 107 0 0 443 144 100
Binary 11100011 1001001 11111111 1011 1000111 0 0 100100011 1100100 1000000

Color Harmonies of #E349FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349FF

Black with #E349FF

Text Example


Text Example

White with #E349FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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