Html Css Color HEX #E856FA Pink Flamingo

📋 copy color: '#E856FA'

red 232 ◦ green 86 ◦ blue 250

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

Shades of Pink Flamingo #E856FA

Tints of Pink Flamingo #E856FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.14%

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

R = 40.85%
G = 15.14%
B = 44.01%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E856FA (or 0xE856FA) is known color: Pink Flamingo. HEX triplet: E8, 56 and FA. RGB value is (232,86,250). Sum of RGB (Red+Green+Blue) = 232+86+250=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 86 (33.98% from 255 or 15.14% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #E856FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E856FA is #17A905. Grayscale: #939393. Windows color (decimal): -1550598 or 16406248. OLE color: 16406248.

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

Color convert

RGB 232 86 250 -
CMYK 0.07 0.66 0 0.02
HSL 293.41º 0.94% 0.66% -
HSV(B) 293.41º 0.66% 0.98% -
XYZ 53.86 30.71 93.53 -
YUV 148.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 232 86 250 0.07 0.66 0 0.02 293.41 0.94 0.66
Hex E8 56 FA 7 42 0 2 125 5E 42
Octal 350 126 372 7 102 0 2 445 136 102
Binary 11101000 1010110 11111010 111 1000010 0 10 100100101 1011110 1000010

Color Harmonies of #E856FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E856FA

Black with #E856FA

Text Example


Text Example

White with #E856FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E856FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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