Html Css Color HEX #E85AFA Pink Flamingo

📋 copy color: '#E85AFA'

red 232 ◦ green 90 ◦ blue 250

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

Shades of Pink Flamingo #E85AFA

Tints of Pink Flamingo #E85AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 40.56%
G = 15.73%
B = 43.71%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E85AFA (or 0xE85AFA) is known color: Pink Flamingo. HEX triplet: E8, 5A and FA. RGB value is (232,90,250). Sum of RGB (Red+Green+Blue) = 232+90+250=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #E85AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AFA is #17A505. Grayscale: #969696. Windows color (decimal): -1549574 or 16407272. OLE color: 16407272.

HSL color Cylindrical-coordinate representation of color #E85AFA: hue angle of 293.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85AFA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 90 250 -
CMYK 0.07 0.64 0 0.02
HSL 293.25º 0.94% 0.67% -
HSV(B) 293.25º 0.64% 0.98% -
XYZ 54.19 31.37 93.64 -
YUV 150.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 232 90 250 0.07 0.64 0 0.02 293.25 0.94 0.67
Hex E8 5A FA 7 40 0 2 125 5E 43
Octal 350 132 372 7 100 0 2 445 136 103
Binary 11101000 1011010 11111010 111 1000000 0 10 100100101 1011110 1000011

Color Harmonies of #E85AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85AFA

Black with #E85AFA

Text Example


Text Example

White with #E85AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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