Html Css Color HEX #E144FE Pink Flamingo

📋 copy color: '#E144FE'

red 225 ◦ green 68 ◦ blue 254

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

Shades of Pink Flamingo #E144FE

Tints of Pink Flamingo #E144FE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.43%

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

R = 41.13%
G = 12.43%
B = 46.44%

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

#E144FE (or 0xE144FE) is known color: Pink Flamingo. HEX triplet: E1, 44 and FE. RGB value is (225,68,254). Sum of RGB (Red+Green+Blue) = 225+68+254=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 68 (26.95% from 255 or 12.43% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #E144FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E144FE is #1EBB01. Grayscale: #878787. Windows color (decimal): -2013954 or 16663777. OLE color: 16663777.

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

Color convert

RGB 225 68 254 -
CMYK 0.11 0.73 0 0.00
HSL 290.65º 0.99% 0.63% -
HSV(B) 290.65º 0.73% 1% -
XYZ 51.01 27.3 96.35 -
YUV 136.15 194.51 191.38 -
System Red Green Blue C M Y K H S L
Decimal 225 68 254 0.11 0.73 0 0.00 290.65 0.99 0.63
Hex E1 44 FE B 49 0 0 123 63 3F
Octal 341 104 376 13 111 0 0 443 143 77
Binary 11100001 1000100 11111110 1011 1001001 0 0 100100011 1100011 111111

Color Harmonies of #E144FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144FE

Black with #E144FE

Text Example


Text Example

White with #E144FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144FE; }

 p { color: rgb(225,68,254); }

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

background-color css

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

 a { background-color: rgb(225,68,254); }

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

border-color css

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

 span { border-color: rgb(225,68,254); }

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