Html Css Color HEX #E345FE Pink Flamingo

📋 copy color: '#E345FE'

red 227 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #E345FE

Tints of Pink Flamingo #E345FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.55%

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

R = 41.27%
G = 12.55%
B = 46.18%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E345FE (or 0xE345FE) is known color: Pink Flamingo. HEX triplet: E3, 45 and FE. RGB value is (227,69,254). Sum of RGB (Red+Green+Blue) = 227+69+254=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 69 (27.34% from 255 or 12.55% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #E345FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E345FE is #1CBA01. Grayscale: #888888. Windows color (decimal): -1882626 or 16664035. OLE color: 16664035.

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

Color convert

RGB 227 69 254 -
CMYK 0.11 0.73 0 0.00
HSL 291.24º 0.99% 0.63% -
HSV(B) 291.24º 0.73% 1% -
XYZ 51.7 27.74 96.4 -
YUV 137.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 227 69 254 0.11 0.73 0 0.00 291.24 0.99 0.63
Hex E3 45 FE B 49 0 0 123 63 3F
Octal 343 105 376 13 111 0 0 443 143 77
Binary 11100011 1000101 11111110 1011 1001001 0 0 100100011 1100011 111111

Color Harmonies of #E345FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E345FE

Black with #E345FE

Text Example


Text Example

White with #E345FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E345FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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