Html Css Color HEX #E856FD Pink Flamingo

📋 copy color: '#E856FD'

red 232 ◦ green 86 ◦ blue 253

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

Shades of Pink Flamingo #E856FD

Tints of Pink Flamingo #E856FD

RGB

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

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

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

R = 40.63%
G = 15.06%
B = 44.31%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E856FD (or 0xE856FD) is known color: Pink Flamingo. HEX triplet: E8, 56 and FD. RGB value is (232,86,253). Sum of RGB (Red+Green+Blue) = 232+86+253=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #E856FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E856FD is #17A902. Grayscale: #949494. Windows color (decimal): -1550595 or 16602856. OLE color: 16602856.

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

Color convert

RGB 232 86 253 -
CMYK 0.08 0.66 0 0.01
HSL 292.46º 0.98% 0.66% -
HSV(B) 292.46º 0.66% 0.99% -
XYZ 54.34 30.9 96.03 -
YUV 148.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 232 86 253 0.08 0.66 0 0.01 292.46 0.98 0.66
Hex E8 56 FD 8 42 0 1 124 62 42
Octal 350 126 375 10 102 0 1 444 142 102
Binary 11101000 1010110 11111101 1000 1000010 0 1 100100100 1100010 1000010

Color Harmonies of #E856FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E856FD

Black with #E856FD

Text Example


Text Example

White with #E856FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E856FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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