Html Css Color HEX #E848FA Pink Flamingo

📋 copy color: '#E848FA'

red 232 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #E848FA

Tints of Pink Flamingo #E848FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13%

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

R = 41.88%
G = 13%
B = 45.13%

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

#E848FA (or 0xE848FA) is known color: Pink Flamingo. HEX triplet: E8, 48 and FA. RGB value is (232,72,250). Sum of RGB (Red+Green+Blue) = 232+72+250=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 72 (28.52% from 255 or 13.00% 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 #E848FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E848FA is #17B705. Grayscale: #8B8B8B. Windows color (decimal): -1554182 or 16402664. OLE color: 16402664.

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

Color convert

RGB 232 72 250 -
CMYK 0.07 0.71 0 0.02
HSL 293.93º 0.95% 0.63% -
HSV(B) 293.93º 0.71% 0.98% -
XYZ 52.85 28.69 93.2 -
YUV 140.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 232 72 250 0.07 0.71 0 0.02 293.93 0.95 0.63
Hex E8 48 FA 7 47 0 2 126 5F 3F
Octal 350 110 372 7 107 0 2 446 137 77
Binary 11101000 1001000 11111010 111 1000111 0 10 100100110 1011111 111111

Color Harmonies of #E848FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E848FA

Black with #E848FA

Text Example


Text Example

White with #E848FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E848FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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