Html Css Color HEX #E850FA Pink Flamingo

📋 copy color: '#E850FA'

red 232 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #E850FA

Tints of Pink Flamingo #E850FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 41.28%
G = 14.23%
B = 44.48%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E850FA (or 0xE850FA) is known color: Pink Flamingo. HEX triplet: E8, 50 and FA. RGB value is (232,80,250). Sum of RGB (Red+Green+Blue) = 232+80+250=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #E850FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850FA is #17AF05. Grayscale: #909090. Windows color (decimal): -1552134 or 16404712. OLE color: 16404712.

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

Color convert

RGB 232 80 250 -
CMYK 0.07 0.68 0 0.02
HSL 293.65º 0.94% 0.65% -
HSV(B) 293.65º 0.68% 0.98% -
XYZ 53.4 29.8 93.38 -
YUV 144.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 232 80 250 0.07 0.68 0 0.02 293.65 0.94 0.65
Hex E8 50 FA 7 44 0 2 126 5E 41
Octal 350 120 372 7 104 0 2 446 136 101
Binary 11101000 1010000 11111010 111 1000100 0 10 100100110 1011110 1000001

Color Harmonies of #E850FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E850FA

Black with #E850FA

Text Example


Text Example

White with #E850FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E850FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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