Html Css Color HEX #E85AF7 Pink Flamingo

📋 copy color: '#E85AF7'

red 232 ◦ green 90 ◦ blue 247

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

Shades of Pink Flamingo #E85AF7

Tints of Pink Flamingo #E85AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.82%

 BLUE value IS 247 (96.88% from 255) = 43.41%

R = 40.77%
G = 15.82%
B = 43.41%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E85AF7 (or 0xE85AF7) is known color: Pink Flamingo. HEX triplet: E8, 5A and F7. RGB value is (232,90,247). Sum of RGB (Red+Green+Blue) = 232+90+247=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 90 (35.55% from 255 or 15.82% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #E85AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AF7 is #17A508. Grayscale: #959595. Windows color (decimal): -1549577 or 16210664. OLE color: 16210664.

HSL color Cylindrical-coordinate representation of color #E85AF7: hue angle of 294.27º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85AF7 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 232 90 247 -
CMYK 0.06 0.64 0 0.03
HSL 294.27º 0.91% 0.66% -
HSV(B) 294.27º 0.64% 0.97% -
XYZ 53.72 31.18 91.18 -
YUV 150.36 182.54 186.23 -
System Red Green Blue C M Y K H S L
Decimal 232 90 247 0.06 0.64 0 0.03 294.27 0.91 0.66
Hex E8 5A F7 6 40 0 3 126 5B 42
Octal 350 132 367 6 100 0 3 446 133 102
Binary 11101000 1011010 11110111 110 1000000 0 11 100100110 1011011 1000010

Color Harmonies of #E85AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AF7

Black with #E85AF7

Text Example


Text Example

White with #E85AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AF7; }

 p { color: rgb(232,90,247); }

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

background-color css

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

 a { background-color: rgb(232,90,247); }

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

border-color css

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

 span { border-color: rgb(232,90,247); }

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