Html Css Color HEX #E850FF Pink Flamingo

📋 copy color: '#E850FF'

red 232 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #E850FF

Tints of Pink Flamingo #E850FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.11%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 40.92%
G = 14.11%
B = 44.97%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E850FF (or 0xE850FF) is known color: Pink Flamingo. HEX triplet: E8, 50 and FF. RGB value is (232,80,255). Sum of RGB (Red+Green+Blue) = 232+80+255=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #E850FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850FF is #17AF00. Grayscale: #909090. Windows color (decimal): -1552129 or 16732392. OLE color: 16732392.

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

Color convert

RGB 232 80 255 -
CMYK 0.09 0.69 0 0
HSL 292.11º 1% 0.66% -
HSV(B) 292.11º 0.69% 1% -
XYZ 54.2 30.11 97.56 -
YUV 145.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 232 80 255 0.09 0.69 0 0 292.11 1 0.66
Hex E8 50 FF 9 45 0 0 124 64 42
Octal 350 120 377 11 105 0 0 444 144 102
Binary 11101000 1010000 11111111 1001 1000101 0 0 100100100 1100100 1000010

Color Harmonies of #E850FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E850FF

Black with #E850FF

Text Example


Text Example

White with #E850FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E850FF; }

 p { color: rgb(232,80,255); }

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

background-color css

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

 a { background-color: rgb(232,80,255); }

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

border-color css

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

 span { border-color: rgb(232,80,255); }

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