Html Css Color HEX #E041FE Pink Flamingo

📋 copy color: '#E041FE'

red 224 ◦ green 65 ◦ blue 254

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

Shades of Pink Flamingo #E041FE

Tints of Pink Flamingo #E041FE

RGB

 RED value IS 224 (87.89% from 255) = 41.25%

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

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

R = 41.25%
G = 11.97%
B = 46.78%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E041FE (or 0xE041FE) is known color: Pink Flamingo. HEX triplet: E0, 41 and FE. RGB value is (224,65,254). Sum of RGB (Red+Green+Blue) = 224+65+254=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 65 (25.78% from 255 or 11.97% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #E041FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041FE is #1FBE01. Grayscale: #858585. Windows color (decimal): -2080258 or 16663008. OLE color: 16663008.

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

Color convert

RGB 224 65 254 -
CMYK 0.12 0.74 0 0.00
HSL 290.48º 0.99% 0.63% -
HSV(B) 290.48º 0.74% 1% -
XYZ 50.52 26.78 96.27 -
YUV 134.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 224 65 254 0.12 0.74 0 0.00 290.48 0.99 0.63
Hex E0 41 FE C 4A 0 0 122 63 3F
Octal 340 101 376 14 112 0 0 442 143 77
Binary 11100000 1000001 11111110 1100 1001010 0 0 100100010 1100011 111111

Color Harmonies of #E041FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041FE

Black with #E041FE

Text Example


Text Example

White with #E041FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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