Html Css Color HEX #E85BF9 Pink Flamingo

📋 copy color: '#E85BF9'

red 232 ◦ green 91 ◦ blue 249

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

Shades of Pink Flamingo #E85BF9

Tints of Pink Flamingo #E85BF9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.91%

 BLUE value IS 249 (97.66% from 255) = 43.53%

R = 40.56%
G = 15.91%
B = 43.53%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E85BF9 (or 0xE85BF9) is known color: Pink Flamingo. HEX triplet: E8, 5B and F9. RGB value is (232,91,249). Sum of RGB (Red+Green+Blue) = 232+91+249=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 91 (35.94% from 255 or 15.91% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #E85BF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85BF9 is #17A406. Grayscale: #969696. Windows color (decimal): -1549319 or 16341992. OLE color: 16341992.

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

Color convert

RGB 232 91 249 -
CMYK 0.07 0.63 0 0.02
HSL 293.54º 0.93% 0.67% -
HSV(B) 293.54º 0.63% 0.98% -
XYZ 54.12 31.48 92.85 -
YUV 151.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 232 91 249 0.07 0.63 0 0.02 293.54 0.93 0.67
Hex E8 5B F9 7 3F 0 2 126 5D 43
Octal 350 133 371 7 77 0 2 446 135 103
Binary 11101000 1011011 11111001 111 111111 0 10 100100110 1011101 1000011

Color Harmonies of #E85BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85BF9

Black with #E85BF9

Text Example


Text Example

White with #E85BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85BF9; }

 p { color: rgb(232,91,249); }

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

background-color css

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

 a { background-color: rgb(232,91,249); }

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

border-color css

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

 span { border-color: rgb(232,91,249); }

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