Html Css Color HEX #E85AFC Pink Flamingo

📋 copy color: '#E85AFC'

red 232 ◦ green 90 ◦ blue 252

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

Shades of Pink Flamingo #E85AFC

Tints of Pink Flamingo #E85AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 40.42%
G = 15.68%
B = 43.9%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E85AFC (or 0xE85AFC) is known color: Pink Flamingo. HEX triplet: E8, 5A and FC. RGB value is (232,90,252). Sum of RGB (Red+Green+Blue) = 232+90+252=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #E85AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AFC is #17A503. Grayscale: #969696. Windows color (decimal): -1549572 or 16538344. OLE color: 16538344.

HSL color Cylindrical-coordinate representation of color #E85AFC: hue angle of 292.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85AFC is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 90 252 -
CMYK 0.08 0.64 0 0.01
HSL 292.59º 0.96% 0.67% -
HSV(B) 292.59º 0.64% 0.99% -
XYZ 54.51 31.5 95.3 -
YUV 150.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 232 90 252 0.08 0.64 0 0.01 292.59 0.96 0.67
Hex E8 5A FC 8 40 0 1 125 60 43
Octal 350 132 374 10 100 0 1 445 140 103
Binary 11101000 1011010 11111100 1000 1000000 0 1 100100101 1100000 1000011

Color Harmonies of #E85AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AFC

Black with #E85AFC

Text Example


Text Example

White with #E85AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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