Html Css Color HEX #E84AF8 Pink Flamingo

📋 copy color: '#E84AF8'

red 232 ◦ green 74 ◦ blue 248

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

Shades of Pink Flamingo #E84AF8

Tints of Pink Flamingo #E84AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.77%

R = 41.88%
G = 13.36%
B = 44.77%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E84AF8 (or 0xE84AF8) is known color: Pink Flamingo. HEX triplet: E8, 4A and F8. RGB value is (232,74,248). Sum of RGB (Red+Green+Blue) = 232+74+248=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 74 (29.30% from 255 or 13.36% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #E84AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84AF8 is #17B507. Grayscale: #8C8C8C. Windows color (decimal): -1553672 or 16272104. OLE color: 16272104.

HSL color Cylindrical-coordinate representation of color #E84AF8: hue angle of 294.48º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84AF8 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 232 74 248 -
CMYK 0.06 0.70 0 0.03
HSL 294.48º 0.93% 0.63% -
HSV(B) 294.48º 0.7% 0.97% -
XYZ 52.67 28.83 91.6 -
YUV 141.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 232 74 248 0.06 0.70 0 0.03 294.48 0.93 0.63
Hex E8 4A F8 6 46 0 3 126 5D 3F
Octal 350 112 370 6 106 0 3 446 135 77
Binary 11101000 1001010 11111000 110 1000110 0 11 100100110 1011101 111111

Color Harmonies of #E84AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84AF8

Black with #E84AF8

Text Example


Text Example

White with #E84AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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