Html Css Color HEX #E341FE Pink Flamingo

📋 copy color: '#E341FE'

red 227 ◦ green 65 ◦ blue 254

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

Shades of Pink Flamingo #E341FE

Tints of Pink Flamingo #E341FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.9%

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

R = 41.58%
G = 11.9%
B = 46.52%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E341FE (or 0xE341FE) is known color: Pink Flamingo. HEX triplet: E3, 41 and FE. RGB value is (227,65,254). Sum of RGB (Red+Green+Blue) = 227+65+254=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #E341FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341FE is #1CBE01. Grayscale: #868686. Windows color (decimal): -1883650 or 16663011. OLE color: 16663011.

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

Color convert

RGB 227 65 254 -
CMYK 0.11 0.74 0 0.00
HSL 291.43º 0.99% 0.63% -
HSV(B) 291.43º 0.74% 1% -
XYZ 51.46 27.27 96.32 -
YUV 134.98 195.17 193.63 -
System Red Green Blue C M Y K H S L
Decimal 227 65 254 0.11 0.74 0 0.00 291.43 0.99 0.63
Hex E3 41 FE B 4A 0 0 123 63 3F
Octal 343 101 376 13 112 0 0 443 143 77
Binary 11100011 1000001 11111110 1011 1001010 0 0 100100011 1100011 111111

Color Harmonies of #E341FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341FE

Black with #E341FE

Text Example


Text Example

White with #E341FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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