Html Css Color HEX #E857FD Pink Flamingo

📋 copy color: '#E857FD'

red 232 ◦ green 87 ◦ blue 253

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

Shades of Pink Flamingo #E857FD

Tints of Pink Flamingo #E857FD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.21%

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

R = 40.56%
G = 15.21%
B = 44.23%

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

#E857FD (or 0xE857FD) is known color: Pink Flamingo. HEX triplet: E8, 57 and FD. RGB value is (232,87,253). Sum of RGB (Red+Green+Blue) = 232+87+253=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 87 (34.38% from 255 or 15.21% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #E857FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E857FD is #17A802. Grayscale: #949494. Windows color (decimal): -1550339 or 16603112. OLE color: 16603112.

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

Color convert

RGB 232 87 253 -
CMYK 0.08 0.66 0 0.01
HSL 292.41º 0.98% 0.67% -
HSV(B) 292.41º 0.66% 0.99% -
XYZ 54.42 31.06 96.06 -
YUV 149.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 232 87 253 0.08 0.66 0 0.01 292.41 0.98 0.67
Hex E8 57 FD 8 42 0 1 124 62 43
Octal 350 127 375 10 102 0 1 444 142 103
Binary 11101000 1010111 11111101 1000 1000010 0 1 100100100 1100010 1000011

Color Harmonies of #E857FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E857FD

Black with #E857FD

Text Example


Text Example

White with #E857FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E857FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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