Html Css Color HEX #E348FE Pink Flamingo

📋 copy color: '#E348FE'

red 227 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #E348FE

Tints of Pink Flamingo #E348FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.02%

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

R = 41.05%
G = 13.02%
B = 45.93%

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

#E348FE (or 0xE348FE) is known color: Pink Flamingo. HEX triplet: E3, 48 and FE. RGB value is (227,72,254). Sum of RGB (Red+Green+Blue) = 227+72+254=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 72 (28.52% from 255 or 13.02% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #E348FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348FE is #1CB701. Grayscale: #8A8A8A. Windows color (decimal): -1881858 or 16664803. OLE color: 16664803.

HSL color Cylindrical-coordinate representation of color #E348FE: hue angle of 291.1º 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 #E348FE is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 227 72 254 -
CMYK 0.11 0.72 0 0.00
HSL 291.1º 0.99% 0.64% -
HSV(B) 291.1º 0.72% 1% -
XYZ 51.89 28.12 96.46 -
YUV 139.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 227 72 254 0.11 0.72 0 0.00 291.1 0.99 0.64
Hex E3 48 FE B 48 0 0 123 63 40
Octal 343 110 376 13 110 0 0 443 143 100
Binary 11100011 1001000 11111110 1011 1001000 0 0 100100011 1100011 1000000

Color Harmonies of #E348FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348FE

Black with #E348FE

Text Example


Text Example

White with #E348FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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