Html Css Color HEX #E84EFA Pink Flamingo

📋 copy color: '#E84EFA'

red 232 ◦ green 78 ◦ blue 250

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

Shades of Pink Flamingo #E84EFA

Tints of Pink Flamingo #E84EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.93%

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

R = 41.43%
G = 13.93%
B = 44.64%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E84EFA (or 0xE84EFA) is known color: Pink Flamingo. HEX triplet: E8, 4E and FA. RGB value is (232,78,250). Sum of RGB (Red+Green+Blue) = 232+78+250=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 78 (30.86% from 255 or 13.93% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #E84EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84EFA is #17B105. Grayscale: #8F8F8F. Windows color (decimal): -1552646 or 16404200. OLE color: 16404200.

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

Color convert

RGB 232 78 250 -
CMYK 0.07 0.69 0 0.02
HSL 293.72º 0.95% 0.64% -
HSV(B) 293.72º 0.69% 0.98% -
XYZ 53.26 29.51 93.33 -
YUV 143.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 232 78 250 0.07 0.69 0 0.02 293.72 0.95 0.64
Hex E8 4E FA 7 45 0 2 126 5F 40
Octal 350 116 372 7 105 0 2 446 137 100
Binary 11101000 1001110 11111010 111 1000101 0 10 100100110 1011111 1000000

Color Harmonies of #E84EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84EFA

Black with #E84EFA

Text Example


Text Example

White with #E84EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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