Html Css Color HEX #E449FD Pink Flamingo

📋 copy color: '#E449FD'

red 228 ◦ green 73 ◦ blue 253

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

Shades of Pink Flamingo #E449FD

Tints of Pink Flamingo #E449FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 41.16%
G = 13.18%
B = 45.67%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E449FD (or 0xE449FD) is known color: Pink Flamingo. HEX triplet: E4, 49 and FD. RGB value is (228,73,253). Sum of RGB (Red+Green+Blue) = 228+73+253=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #E449FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449FD is #1BB602. Grayscale: #8B8B8B. Windows color (decimal): -1816067 or 16599524. OLE color: 16599524.

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

Color convert

RGB 228 73 253 -
CMYK 0.10 0.71 0 0.01
HSL 291.67º 0.98% 0.64% -
HSV(B) 291.67º 0.71% 0.99% -
XYZ 52.11 28.35 95.65 -
YUV 139.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 228 73 253 0.10 0.71 0 0.01 291.67 0.98 0.64
Hex E4 49 FD A 47 0 1 124 62 40
Octal 344 111 375 12 107 0 1 444 142 100
Binary 11100100 1001001 11111101 1010 1000111 0 1 100100100 1100010 1000000

Color Harmonies of #E449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E449FD

Black with #E449FD

Text Example


Text Example

White with #E449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E449FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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