Html Css Color HEX #E341FF Pink Flamingo

📋 copy color: '#E341FF'

red 227 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #E341FF

Tints of Pink Flamingo #E341FF

RGB

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

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

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

R = 41.5%
G = 11.88%
B = 46.62%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E341FF (or 0xE341FF) is known color: Pink Flamingo. HEX triplet: E3, 41 and FF. RGB value is (227,65,255). Sum of RGB (Red+Green+Blue) = 227+65+255=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 65 (25.78% from 255 or 11.88% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #E341FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341FF is #1CBE00. Grayscale: #868686. Windows color (decimal): -1883649 or 16728547. OLE color: 16728547.

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

Color convert

RGB 227 65 255 -
CMYK 0.11 0.75 0 0
HSL 291.16º 1% 0.63% -
HSV(B) 291.16º 0.75% 1% -
XYZ 51.62 27.33 97.16 -
YUV 135.1 195.67 193.55 -
System Red Green Blue C M Y K H S L
Decimal 227 65 255 0.11 0.75 0 0 291.16 1 0.63
Hex E3 41 FF B 4B 0 0 123 64 3F
Octal 343 101 377 13 113 0 0 443 144 77
Binary 11100011 1000001 11111111 1011 1001011 0 0 100100011 1100100 111111

Color Harmonies of #E341FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E341FF

Black with #E341FF

Text Example


Text Example

White with #E341FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E341FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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