Html Css Color HEX #E849FA Pink Flamingo

📋 copy color: '#E849FA'

red 232 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #E849FA

Tints of Pink Flamingo #E849FA

RGB

 RED value IS 232 (91.02% from 255) = 41.8%

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

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

R = 41.8%
G = 13.15%
B = 45.05%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E849FA (or 0xE849FA) is known color: Pink Flamingo. HEX triplet: E8, 49 and FA. RGB value is (232,73,250). Sum of RGB (Red+Green+Blue) = 232+73+250=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #E849FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E849FA is #17B605. Grayscale: #8C8C8C. Windows color (decimal): -1553926 or 16402920. OLE color: 16402920.

HSL color Cylindrical-coordinate representation of color #E849FA: hue angle of 293.9º 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 #E849FA is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 73 250 -
CMYK 0.07 0.71 0 0.02
HSL 293.9º 0.95% 0.63% -
HSV(B) 293.9º 0.71% 0.98% -
XYZ 52.92 28.82 93.22 -
YUV 140.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 232 73 250 0.07 0.71 0 0.02 293.9 0.95 0.63
Hex E8 49 FA 7 47 0 2 126 5F 3F
Octal 350 111 372 7 107 0 2 446 137 77
Binary 11101000 1001001 11111010 111 1000111 0 10 100100110 1011111 111111

Color Harmonies of #E849FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E849FA

Black with #E849FA

Text Example


Text Example

White with #E849FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E849FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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