Html Css Color HEX #E247FD Pink Flamingo

📋 copy color: '#E247FD'

red 226 ◦ green 71 ◦ blue 253

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

Shades of Pink Flamingo #E247FD

Tints of Pink Flamingo #E247FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 41.09%
G = 12.91%
B = 46%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E247FD (or 0xE247FD) is known color: Pink Flamingo. HEX triplet: E2, 47 and FD. RGB value is (226,71,253). Sum of RGB (Red+Green+Blue) = 226+71+253=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 71 (28.12% from 255 or 12.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #E247FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E247FD is #1DB802. Grayscale: #898989. Windows color (decimal): -1947651 or 16599010. OLE color: 16599010.

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

Color convert

RGB 226 71 253 -
CMYK 0.11 0.72 0 0.01
HSL 291.1º 0.98% 0.64% -
HSV(B) 291.1º 0.72% 0.99% -
XYZ 51.35 27.77 95.58 -
YUV 138.09 192.85 190.7 -
System Red Green Blue C M Y K H S L
Decimal 226 71 253 0.11 0.72 0 0.01 291.1 0.98 0.64
Hex E2 47 FD B 48 0 1 123 62 40
Octal 342 107 375 13 110 0 1 443 142 100
Binary 11100010 1000111 11111101 1011 1001000 0 1 100100011 1100010 1000000

Color Harmonies of #E247FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E247FD

Black with #E247FD

Text Example


Text Example

White with #E247FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E247FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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