Html Css Color HEX #E84BF9 Pink Flamingo

📋 copy color: '#E84BF9'

red 232 ◦ green 75 ◦ blue 249

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

Shades of Pink Flamingo #E84BF9

Tints of Pink Flamingo #E84BF9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.49%

 BLUE value IS 249 (97.66% from 255) = 44.78%

R = 41.73%
G = 13.49%
B = 44.78%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E84BF9 (or 0xE84BF9) is known color: Pink Flamingo. HEX triplet: E8, 4B and F9. RGB value is (232,75,249). Sum of RGB (Red+Green+Blue) = 232+75+249=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 75 (29.69% from 255 or 13.49% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #E84BF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84BF9 is #17B406. Grayscale: #8D8D8D. Windows color (decimal): -1553415 or 16337896. OLE color: 16337896.

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

Color convert

RGB 232 75 249 -
CMYK 0.07 0.70 0 0.02
HSL 294.14º 0.94% 0.64% -
HSV(B) 294.14º 0.7% 0.98% -
XYZ 52.89 29.03 92.44 -
YUV 141.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 232 75 249 0.07 0.70 0 0.02 294.14 0.94 0.64
Hex E8 4B F9 7 46 0 2 126 5E 40
Octal 350 113 371 7 106 0 2 446 136 100
Binary 11101000 1001011 11111001 111 1000110 0 10 100100110 1011110 1000000

Color Harmonies of #E84BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84BF9

Black with #E84BF9

Text Example


Text Example

White with #E84BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84BF9; }

 p { color: rgb(232,75,249); }

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

background-color css

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

 a { background-color: rgb(232,75,249); }

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

border-color css

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

 span { border-color: rgb(232,75,249); }

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