Html Css Color HEX #E749FA Pink Flamingo

📋 copy color: '#E749FA'

red 231 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #E749FA

Tints of Pink Flamingo #E749FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.18%

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

R = 41.7%
G = 13.18%
B = 45.13%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E749FA (or 0xE749FA) is known color: Pink Flamingo. HEX triplet: E7, 49 and FA. RGB value is (231,73,250). Sum of RGB (Red+Green+Blue) = 231+73+250=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #E749FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749FA is #18B605. Grayscale: #8B8B8B. Windows color (decimal): -1619462 or 16402919. OLE color: 16402919.

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

Color convert

RGB 231 73 250 -
CMYK 0.08 0.71 0 0.02
HSL 293.56º 0.95% 0.63% -
HSV(B) 293.56º 0.71% 0.98% -
XYZ 52.59 28.66 93.2 -
YUV 140.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 231 73 250 0.08 0.71 0 0.02 293.56 0.95 0.63
Hex E7 49 FA 8 47 0 2 126 5F 3F
Octal 347 111 372 10 107 0 2 446 137 77
Binary 11100111 1001001 11111010 1000 1000111 0 10 100100110 1011111 111111

Color Harmonies of #E749FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749FA

Black with #E749FA

Text Example


Text Example

White with #E749FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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