Html Css Color HEX #E84AFF Pink Flamingo

📋 copy color: '#E84AFF'

red 232 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #E84AFF

Tints of Pink Flamingo #E84AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 41.35%
G = 13.19%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E84AFF (or 0xE84AFF) is known color: Pink Flamingo. HEX triplet: E8, 4A and FF. RGB value is (232,74,255). Sum of RGB (Red+Green+Blue) = 232+74+255=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 74 (29.30% from 255 or 13.19% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #E84AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84AFF is #17B500. Grayscale: #8D8D8D. Windows color (decimal): -1553665 or 16730856. OLE color: 16730856.

HSL color Cylindrical-coordinate representation of color #E84AFF: hue angle of 292.38º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84AFF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 232 74 255 -
CMYK 0.09 0.71 0 0
HSL 292.38º 1% 0.65% -
HSV(B) 292.38º 0.71% 1% -
XYZ 53.78 29.27 97.42 -
YUV 141.88 191.85 192.28 -
System Red Green Blue C M Y K H S L
Decimal 232 74 255 0.09 0.71 0 0 292.38 1 0.65
Hex E8 4A FF 9 47 0 0 124 64 41
Octal 350 112 377 11 107 0 0 444 144 101
Binary 11101000 1001010 11111111 1001 1000111 0 0 100100100 1100100 1000001

Color Harmonies of #E84AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84AFF

Black with #E84AFF

Text Example


Text Example

White with #E84AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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