Html Css Color HEX #E851FD Pink Flamingo

📋 copy color: '#E851FD'

red 232 ◦ green 81 ◦ blue 253

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

Shades of Pink Flamingo #E851FD

Tints of Pink Flamingo #E851FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.31%

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

R = 40.99%
G = 14.31%
B = 44.7%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E851FD (or 0xE851FD) is known color: Pink Flamingo. HEX triplet: E8, 51 and FD. RGB value is (232,81,253). Sum of RGB (Red+Green+Blue) = 232+81+253=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 81 (32.03% from 255 or 14.31% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #E851FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E851FD is #17AE02. Grayscale: #919191. Windows color (decimal): -1551875 or 16601576. OLE color: 16601576.

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

Color convert

RGB 232 81 253 -
CMYK 0.08 0.68 0 0.01
HSL 292.67º 0.98% 0.65% -
HSV(B) 292.67º 0.68% 0.99% -
XYZ 53.95 30.13 95.9 -
YUV 145.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 232 81 253 0.08 0.68 0 0.01 292.67 0.98 0.65
Hex E8 51 FD 8 44 0 1 125 62 41
Octal 350 121 375 10 104 0 1 445 142 101
Binary 11101000 1010001 11111101 1000 1000100 0 1 100100101 1100010 1000001

Color Harmonies of #E851FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E851FD

Black with #E851FD

Text Example


Text Example

White with #E851FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E851FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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