Html Css Color HEX #E84AFD Pink Flamingo

📋 copy color: '#E84AFD'

red 232 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #E84AFD

Tints of Pink Flamingo #E84AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 41.5%
G = 13.24%
B = 45.26%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E84AFD (or 0xE84AFD) is known color: Pink Flamingo. HEX triplet: E8, 4A and FD. RGB value is (232,74,253). Sum of RGB (Red+Green+Blue) = 232+74+253=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 74 (29.30% from 255 or 13.24% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #E84AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84AFD is #17B502. Grayscale: #8D8D8D. Windows color (decimal): -1553667 or 16599784. OLE color: 16599784.

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

Color convert

RGB 232 74 253 -
CMYK 0.08 0.71 0 0.01
HSL 292.96º 0.98% 0.64% -
HSV(B) 292.96º 0.71% 0.99% -
XYZ 53.46 29.15 95.74 -
YUV 141.65 190.85 192.45 -
System Red Green Blue C M Y K H S L
Decimal 232 74 253 0.08 0.71 0 0.01 292.96 0.98 0.64
Hex E8 4A FD 8 47 0 1 125 62 40
Octal 350 112 375 10 107 0 1 445 142 100
Binary 11101000 1001010 11111101 1000 1000111 0 1 100100101 1100010 1000000

Color Harmonies of #E84AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84AFD

Black with #E84AFD

Text Example


Text Example

White with #E84AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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