Html Css Color HEX #E858FE Pink Flamingo

📋 copy color: '#E858FE'

red 232 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #E858FE

Tints of Pink Flamingo #E858FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 40.42%
G = 15.33%
B = 44.25%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E858FE (or 0xE858FE) is known color: Pink Flamingo. HEX triplet: E8, 58 and FE. RGB value is (232,88,254). Sum of RGB (Red+Green+Blue) = 232+88+254=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 88 (34.77% from 255 or 15.33% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #E858FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E858FE is #17A701. Grayscale: #959595. Windows color (decimal): -1550082 or 16668904. OLE color: 16668904.

HSL color Cylindrical-coordinate representation of color #E858FE: hue angle of 292.05º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E858FE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 232 88 254 -
CMYK 0.09 0.65 0 0.00
HSL 292.05º 0.99% 0.67% -
HSV(B) 292.05º 0.65% 1% -
XYZ 54.66 31.29 96.92 -
YUV 149.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 232 88 254 0.09 0.65 0 0.00 292.05 0.99 0.67
Hex E8 58 FE 9 41 0 0 124 63 43
Octal 350 130 376 11 101 0 0 444 143 103
Binary 11101000 1011000 11111110 1001 1000001 0 0 100100100 1100011 1000011

Color Harmonies of #E858FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E858FE

Black with #E858FE

Text Example


Text Example

White with #E858FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E858FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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