Html Css Color HEX #E855FE Pink Flamingo

📋 copy color: '#E855FE'

red 232 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #E855FE

Tints of Pink Flamingo #E855FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.89%

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

R = 40.63%
G = 14.89%
B = 44.48%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E855FE (or 0xE855FE) is known color: Pink Flamingo. HEX triplet: E8, 55 and FE. RGB value is (232,85,254). Sum of RGB (Red+Green+Blue) = 232+85+254=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #E855FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E855FE is #17AA01. Grayscale: #939393. Windows color (decimal): -1550850 or 16668136. OLE color: 16668136.

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

Color convert

RGB 232 85 254 -
CMYK 0.09 0.67 0 0.00
HSL 292.19º 0.99% 0.66% -
HSV(B) 292.19º 0.67% 1% -
XYZ 54.42 30.81 96.84 -
YUV 148.22 187.7 187.76 -
System Red Green Blue C M Y K H S L
Decimal 232 85 254 0.09 0.67 0 0.00 292.19 0.99 0.66
Hex E8 55 FE 9 43 0 0 124 63 42
Octal 350 125 376 11 103 0 0 444 143 102
Binary 11101000 1010101 11111110 1001 1000011 0 0 100100100 1100011 1000010

Color Harmonies of #E855FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E855FE

Black with #E855FE

Text Example


Text Example

White with #E855FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E855FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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