Html Css Color HEX #E747FA Pink Flamingo

📋 copy color: '#E747FA'

red 231 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #E747FA

Tints of Pink Flamingo #E747FA

RGB

 RED value IS 231 (90.63% from 255) = 41.85%

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 41.85%
G = 12.86%
B = 45.29%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E747FA (or 0xE747FA) is known color: Pink Flamingo. HEX triplet: E7, 47 and FA. RGB value is (231,71,250). Sum of RGB (Red+Green+Blue) = 231+71+250=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 71 (28.12% from 255 or 12.86% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #E747FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E747FA is #18B805. Grayscale: #8A8A8A. Windows color (decimal): -1619974 or 16402407. OLE color: 16402407.

HSL color Cylindrical-coordinate representation of color #E747FA: hue angle of 293.63º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E747FA is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 71 250 -
CMYK 0.08 0.72 0 0.02
HSL 293.63º 0.95% 0.63% -
HSV(B) 293.63º 0.72% 0.98% -
XYZ 52.46 28.4 93.16 -
YUV 139.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 231 71 250 0.08 0.72 0 0.02 293.63 0.95 0.63
Hex E7 47 FA 8 48 0 2 126 5F 3F
Octal 347 107 372 10 110 0 2 446 137 77
Binary 11100111 1000111 11111010 1000 1001000 0 10 100100110 1011111 111111

Color Harmonies of #E747FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E747FA

Black with #E747FA

Text Example


Text Example

White with #E747FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E747FA; }

 p { color: rgb(231,71,250); }

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

background-color css

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

 a { background-color: rgb(231,71,250); }

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

border-color css

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

 span { border-color: rgb(231,71,250); }

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