Html Css Color HEX #E84FFA Pink Flamingo

📋 copy color: '#E84FFA'

red 232 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #E84FFA

Tints of Pink Flamingo #E84FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.08%

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

R = 41.35%
G = 14.08%
B = 44.56%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E84FFA (or 0xE84FFA) is known color: Pink Flamingo. HEX triplet: E8, 4F and FA. RGB value is (232,79,250). Sum of RGB (Red+Green+Blue) = 232+79+250=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 79 (31.25% from 255 or 14.08% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #E84FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E84FFA is #17B005. Grayscale: #8F8F8F. Windows color (decimal): -1552390 or 16404456. OLE color: 16404456.

HSL color Cylindrical-coordinate representation of color #E84FFA: hue angle of 293.68º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84FFA is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 79 250 -
CMYK 0.07 0.68 0 0.02
HSL 293.68º 0.94% 0.65% -
HSV(B) 293.68º 0.68% 0.98% -
XYZ 53.33 29.65 93.35 -
YUV 144.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 232 79 250 0.07 0.68 0 0.02 293.68 0.94 0.65
Hex E8 4F FA 7 44 0 2 126 5E 41
Octal 350 117 372 7 104 0 2 446 136 101
Binary 11101000 1001111 11111010 111 1000100 0 10 100100110 1011110 1000001

Color Harmonies of #E84FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84FFA

Black with #E84FFA

Text Example


Text Example

White with #E84FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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