Html Css Color HEX #E858FB Pink Flamingo

📋 copy color: '#E858FB'

red 232 ◦ green 88 ◦ blue 251

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

Shades of Pink Flamingo #E858FB

Tints of Pink Flamingo #E858FB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.41%

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 40.63%
G = 15.41%
B = 43.96%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E858FB (or 0xE858FB) is known color: Pink Flamingo. HEX triplet: E8, 58 and FB. RGB value is (232,88,251). Sum of RGB (Red+Green+Blue) = 232+88+251=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 88 (34.77% from 255 or 15.41% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #E858FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E858FB is #17A704. Grayscale: #959595. Windows color (decimal): -1550085 or 16472296. OLE color: 16472296.

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

Color convert

RGB 232 88 251 -
CMYK 0.08 0.65 0 0.02
HSL 293.01º 0.95% 0.66% -
HSV(B) 293.01º 0.65% 0.98% -
XYZ 54.18 31.1 94.41 -
YUV 149.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 232 88 251 0.08 0.65 0 0.02 293.01 0.95 0.66
Hex E8 58 FB 8 41 0 2 125 5F 42
Octal 350 130 373 10 101 0 2 445 137 102
Binary 11101000 1011000 11111011 1000 1000001 0 10 100100101 1011111 1000010

Color Harmonies of #E858FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E858FB

Black with #E858FB

Text Example


Text Example

White with #E858FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E858FB; }

 p { color: rgb(232,88,251); }

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

background-color css

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

 a { background-color: rgb(232,88,251); }

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

border-color css

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

 span { border-color: rgb(232,88,251); }

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