Html Css Color HEX #E84AFB Pink Flamingo

📋 copy color: '#E84AFB'

red 232 ◦ green 74 ◦ blue 251

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

Shades of Pink Flamingo #E84AFB

Tints of Pink Flamingo #E84AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 41.65%
G = 13.29%
B = 45.06%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E84AFB (or 0xE84AFB) is known color: Pink Flamingo. HEX triplet: E8, 4A and FB. RGB value is (232,74,251). Sum of RGB (Red+Green+Blue) = 232+74+251=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #E84AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84AFB is #17B504. Grayscale: #8C8C8C. Windows color (decimal): -1553669 or 16468712. OLE color: 16468712.

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

Color convert

RGB 232 74 251 -
CMYK 0.08 0.71 0 0.02
HSL 293.56º 0.96% 0.64% -
HSV(B) 293.56º 0.71% 0.98% -
XYZ 53.14 29.02 94.07 -
YUV 141.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 232 74 251 0.08 0.71 0 0.02 293.56 0.96 0.64
Hex E8 4A FB 8 47 0 2 126 60 40
Octal 350 112 373 10 107 0 2 446 140 100
Binary 11101000 1001010 11111011 1000 1000111 0 10 100100110 1100000 1000000

Color Harmonies of #E84AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84AFB

Black with #E84AFB

Text Example


Text Example

White with #E84AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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