Html Css Color HEX #E550FA Pink Flamingo

📋 copy color: '#E550FA'

red 229 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #E550FA

Tints of Pink Flamingo #E550FA

RGB

 RED value IS 229 (89.84% from 255) = 40.97%

 GREEN value IS 80 (31.64% from 255) = 14.31%

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

R = 40.97%
G = 14.31%
B = 44.72%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E550FA (or 0xE550FA) is known color: Pink Flamingo. HEX triplet: E5, 50 and FA. RGB value is (229,80,250). Sum of RGB (Red+Green+Blue) = 229+80+250=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 80 (31.64% from 255 or 14.31% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #E550FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E550FA is #1AAF05. Grayscale: #8F8F8F. Windows color (decimal): -1748742 or 16404709. OLE color: 16404709.

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

Color convert

RGB 229 80 250 -
CMYK 0.08 0.68 0 0.02
HSL 292.59º 0.94% 0.65% -
HSV(B) 292.59º 0.68% 0.98% -
XYZ 52.44 29.3 93.33 -
YUV 143.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 229 80 250 0.08 0.68 0 0.02 292.59 0.94 0.65
Hex E5 50 FA 8 44 0 2 125 5E 41
Octal 345 120 372 10 104 0 2 445 136 101
Binary 11100101 1010000 11111010 1000 1000100 0 10 100100101 1011110 1000001

Color Harmonies of #E550FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550FA

Black with #E550FA

Text Example


Text Example

White with #E550FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550FA; }

 p { color: rgb(229,80,250); }

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

background-color css

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

 a { background-color: rgb(229,80,250); }

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

border-color css

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

 span { border-color: rgb(229,80,250); }

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