Html Css Color HEX #E85CF8 Pink Flamingo

📋 copy color: '#E85CF8'

red 232 ◦ green 92 ◦ blue 248

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

Shades of Pink Flamingo #E85CF8

Tints of Pink Flamingo #E85CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.36%

R = 40.56%
G = 16.08%
B = 43.36%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E85CF8 (or 0xE85CF8) is known color: Pink Flamingo. HEX triplet: E8, 5C and F8. RGB value is (232,92,248). Sum of RGB (Red+Green+Blue) = 232+92+248=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #E85CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CF8 is #17A307. Grayscale: #979797. Windows color (decimal): -1549064 or 16276712. OLE color: 16276712.

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

Color convert

RGB 232 92 248 -
CMYK 0.06 0.63 0 0.03
HSL 293.85º 0.92% 0.67% -
HSV(B) 293.85º 0.63% 0.97% -
XYZ 54.05 31.59 92.06 -
YUV 151.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 232 92 248 0.06 0.63 0 0.03 293.85 0.92 0.67
Hex E8 5C F8 6 3F 0 3 126 5C 43
Octal 350 134 370 6 77 0 3 446 134 103
Binary 11101000 1011100 11111000 110 111111 0 11 100100110 1011100 1000011

Color Harmonies of #E85CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85CF8

Black with #E85CF8

Text Example


Text Example

White with #E85CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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