Html Css Color HEX #E850FC Pink Flamingo

📋 copy color: '#E850FC'

red 232 ◦ green 80 ◦ blue 252

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

Shades of Pink Flamingo #E850FC

Tints of Pink Flamingo #E850FC

RGB

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

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

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

R = 41.13%
G = 14.18%
B = 44.68%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E850FC (or 0xE850FC) is known color: Pink Flamingo. HEX triplet: E8, 50 and FC. RGB value is (232,80,252). Sum of RGB (Red+Green+Blue) = 232+80+252=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 80 (31.64% from 255 or 14.18% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #E850FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E850FC is #17AF03. Grayscale: #909090. Windows color (decimal): -1552132 or 16535784. OLE color: 16535784.

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

Color convert

RGB 232 80 252 -
CMYK 0.08 0.68 0 0.01
HSL 293.02º 0.97% 0.65% -
HSV(B) 293.02º 0.68% 0.99% -
XYZ 53.72 29.92 95.04 -
YUV 145.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 232 80 252 0.08 0.68 0 0.01 293.02 0.97 0.65
Hex E8 50 FC 8 44 0 1 125 61 41
Octal 350 120 374 10 104 0 1 445 141 101
Binary 11101000 1010000 11111100 1000 1000100 0 1 100100101 1100001 1000001

Color Harmonies of #E850FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E850FC

Black with #E850FC

Text Example


Text Example

White with #E850FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E850FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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