Html Css Color HEX #E141FF Pink Flamingo

📋 copy color: '#E141FF'

red 225 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #E141FF

Tints of Pink Flamingo #E141FF

RGB

 RED value IS 225 (88.28% from 255) = 41.28%

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

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

R = 41.28%
G = 11.93%
B = 46.79%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E141FF (or 0xE141FF) is known color: Pink Flamingo. HEX triplet: E1, 41 and FF. RGB value is (225,65,255). Sum of RGB (Red+Green+Blue) = 225+65+255=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #E141FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E141FF is #1EBE00. Grayscale: #858585. Windows color (decimal): -2014721 or 16728545. OLE color: 16728545.

HSL color Cylindrical-coordinate representation of color #E141FF: hue angle of 290.53º 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 #E141FF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 65 255 -
CMYK 0.12 0.75 0 0
HSL 290.53º 1% 0.63% -
HSV(B) 290.53º 0.75% 1% -
XYZ 50.99 27.01 97.13 -
YUV 134.5 196.01 192.55 -
System Red Green Blue C M Y K H S L
Decimal 225 65 255 0.12 0.75 0 0 290.53 1 0.63
Hex E1 41 FF C 4B 0 0 123 64 3F
Octal 341 101 377 14 113 0 0 443 144 77
Binary 11100001 1000001 11111111 1100 1001011 0 0 100100011 1100100 111111

Color Harmonies of #E141FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141FF

Black with #E141FF

Text Example


Text Example

White with #E141FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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