Html Css Color HEX #E855FC Pink Flamingo

📋 copy color: '#E855FC'

red 232 ◦ green 85 ◦ blue 252

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

Shades of Pink Flamingo #E855FC

Tints of Pink Flamingo #E855FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.29%

R = 40.77%
G = 14.94%
B = 44.29%

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

#E855FC (or 0xE855FC) is known color: Pink Flamingo. HEX triplet: E8, 55 and FC. RGB value is (232,85,252). Sum of RGB (Red+Green+Blue) = 232+85+252=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #E855FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E855FC is #17AA03. Grayscale: #939393. Windows color (decimal): -1550852 or 16537064. OLE color: 16537064.

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

Color convert

RGB 232 85 252 -
CMYK 0.08 0.66 0 0.01
HSL 292.81º 0.97% 0.66% -
HSV(B) 292.81º 0.66% 0.99% -
XYZ 54.1 30.68 95.17 -
YUV 147.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 232 85 252 0.08 0.66 0 0.01 292.81 0.97 0.66
Hex E8 55 FC 8 42 0 1 125 61 42
Octal 350 125 374 10 102 0 1 445 141 102
Binary 11101000 1010101 11111100 1000 1000010 0 1 100100101 1100001 1000010

Color Harmonies of #E855FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E855FC

Black with #E855FC

Text Example


Text Example

White with #E855FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E855FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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