Html Css Color HEX #E84AFA Pink Flamingo

📋 copy color: '#E84AFA'

red 232 ◦ green 74 ◦ blue 250

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

Shades of Pink Flamingo #E84AFA

Tints of Pink Flamingo #E84AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.31%

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

R = 41.73%
G = 13.31%
B = 44.96%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E84AFA (or 0xE84AFA) is known color: Pink Flamingo. HEX triplet: E8, 4A and FA. RGB value is (232,74,250). Sum of RGB (Red+Green+Blue) = 232+74+250=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 74 (29.30% from 255 or 13.31% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #E84AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84AFA is #17B505. Grayscale: #8C8C8C. Windows color (decimal): -1553670 or 16403176. OLE color: 16403176.

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

Color convert

RGB 232 74 250 -
CMYK 0.07 0.70 0 0.02
HSL 293.86º 0.95% 0.64% -
HSV(B) 293.86º 0.7% 0.98% -
XYZ 52.98 28.96 93.24 -
YUV 141.31 189.35 192.69 -
System Red Green Blue C M Y K H S L
Decimal 232 74 250 0.07 0.70 0 0.02 293.86 0.95 0.64
Hex E8 4A FA 7 46 0 2 126 5F 40
Octal 350 112 372 7 106 0 2 446 137 100
Binary 11101000 1001010 11111010 111 1000110 0 10 100100110 1011111 1000000

Color Harmonies of #E84AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84AFA

Black with #E84AFA

Text Example


Text Example

White with #E84AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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