Html Css Color HEX #E247FE Pink Flamingo

📋 copy color: '#E247FE'

red 226 ◦ green 71 ◦ blue 254

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

Shades of Pink Flamingo #E247FE

Tints of Pink Flamingo #E247FE

RGB

 RED value IS 226 (88.67% from 255) = 41.02%

 GREEN value IS 71 (28.13% from 255) = 12.89%

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

R = 41.02%
G = 12.89%
B = 46.1%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E247FE (or 0xE247FE) is known color: Pink Flamingo. HEX triplet: E2, 47 and FE. RGB value is (226,71,254). Sum of RGB (Red+Green+Blue) = 226+71+254=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 71 (28.12% from 255 or 12.89% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #E247FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E247FE is #1DB801. Grayscale: #898989. Windows color (decimal): -1947650 or 16664546. OLE color: 16664546.

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

Color convert

RGB 226 71 254 -
CMYK 0.11 0.72 0 0.00
HSL 290.82º 0.99% 0.64% -
HSV(B) 290.82º 0.72% 1% -
XYZ 51.51 27.83 96.42 -
YUV 138.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 226 71 254 0.11 0.72 0 0.00 290.82 0.99 0.64
Hex E2 47 FE B 48 0 0 123 63 40
Octal 342 107 376 13 110 0 0 443 143 100
Binary 11100010 1000111 11111110 1011 1001000 0 0 100100011 1100011 1000000

Color Harmonies of #E247FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E247FE

Black with #E247FE

Text Example


Text Example

White with #E247FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E247FE; }

 p { color: rgb(226,71,254); }

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

background-color css

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

 a { background-color: rgb(226,71,254); }

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

border-color css

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

 span { border-color: rgb(226,71,254); }

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