Html Css Color HEX #E85DF7 Pink Flamingo

📋 copy color: '#E85DF7'

red 232 ◦ green 93 ◦ blue 247

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

Shades of Pink Flamingo #E85DF7

Tints of Pink Flamingo #E85DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.26%

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

R = 40.56%
G = 16.26%
B = 43.18%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E85DF7 (or 0xE85DF7) is known color: Pink Flamingo. HEX triplet: E8, 5D and F7. RGB value is (232,93,247). Sum of RGB (Red+Green+Blue) = 232+93+247=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #E85DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DF7 is #17A208. Grayscale: #979797. Windows color (decimal): -1548809 or 16211432. OLE color: 16211432.

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

Color convert

RGB 232 93 247 -
CMYK 0.06 0.62 0 0.03
HSL 294.16º 0.91% 0.67% -
HSV(B) 294.16º 0.62% 0.97% -
XYZ 53.98 31.7 91.27 -
YUV 152.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 232 93 247 0.06 0.62 0 0.03 294.16 0.91 0.67
Hex E8 5D F7 6 3E 0 3 126 5B 43
Octal 350 135 367 6 76 0 3 446 133 103
Binary 11101000 1011101 11110111 110 111110 0 11 100100110 1011011 1000011

Color Harmonies of #E85DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85DF7

Black with #E85DF7

Text Example


Text Example

White with #E85DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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