Html Css Color HEX #E85CF6 Pink Flamingo

📋 copy color: '#E85CF6'

red 232 ◦ green 92 ◦ blue 246

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

Shades of Pink Flamingo #E85CF6

Tints of Pink Flamingo #E85CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.14%

 BLUE value IS 246 (96.48% from 255) = 43.16%

R = 40.7%
G = 16.14%
B = 43.16%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E85CF6 (or 0xE85CF6) is known color: Pink Flamingo. HEX triplet: E8, 5C and F6. RGB value is (232,92,246). Sum of RGB (Red+Green+Blue) = 232+92+246=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #E85CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CF6 is #17A309. Grayscale: #969696. Windows color (decimal): -1549066 or 16145640. OLE color: 16145640.

HSL color Cylindrical-coordinate representation of color #E85CF6: hue angle of 294.55º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85CF6 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 92 246 -
CMYK 0.06 0.63 0 0.04
HSL 294.55º 0.9% 0.66% -
HSV(B) 294.55º 0.63% 0.96% -
XYZ 53.74 31.46 90.43 -
YUV 151.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 232 92 246 0.06 0.63 0 0.04 294.55 0.9 0.66
Hex E8 5C F6 6 3F 0 4 127 5A 42
Octal 350 134 366 6 77 0 4 447 132 102
Binary 11101000 1011100 11110110 110 111111 0 100 100100111 1011010 1000010

Color Harmonies of #E85CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85CF6

Black with #E85CF6

Text Example


Text Example

White with #E85CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85CF6; }

 p { color: rgb(232,92,246); }

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

background-color css

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

 a { background-color: rgb(232,92,246); }

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

border-color css

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

 span { border-color: rgb(232,92,246); }

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