Html Css Color HEX #E449FA Pink Flamingo

📋 copy color: '#E449FA'

red 228 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #E449FA

Tints of Pink Flamingo #E449FA

RGB

 RED value IS 228 (89.45% from 255) = 41.38%

 GREEN value IS 73 (28.91% from 255) = 13.25%

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

R = 41.38%
G = 13.25%
B = 45.37%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E449FA (or 0xE449FA) is known color: Pink Flamingo. HEX triplet: E4, 49 and FA. RGB value is (228,73,250). Sum of RGB (Red+Green+Blue) = 228+73+250=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 73 (28.91% from 255 or 13.25% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #E449FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449FA is #1BB605. Grayscale: #8A8A8A. Windows color (decimal): -1816070 or 16402916. OLE color: 16402916.

HSL color Cylindrical-coordinate representation of color #E449FA: hue angle of 292.54º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E449FA is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 73 250 -
CMYK 0.09 0.71 0 0.02
HSL 292.54º 0.95% 0.63% -
HSV(B) 292.54º 0.71% 0.98% -
XYZ 51.63 28.16 93.16 -
YUV 139.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 228 73 250 0.09 0.71 0 0.02 292.54 0.95 0.63
Hex E4 49 FA 9 47 0 2 125 5F 3F
Octal 344 111 372 11 107 0 2 445 137 77
Binary 11100100 1001001 11111010 1001 1000111 0 10 100100101 1011111 111111

Color Harmonies of #E449FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E449FA

Black with #E449FA

Text Example


Text Example

White with #E449FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E449FA; }

 p { color: rgb(228,73,250); }

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

background-color css

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

 a { background-color: rgb(228,73,250); }

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

border-color css

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

 span { border-color: rgb(228,73,250); }

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