Html Css Color HEX #E449FC Pink Flamingo

📋 copy color: '#E449FC'

red 228 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #E449FC

Tints of Pink Flamingo #E449FC

RGB

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

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

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

R = 41.23%
G = 13.2%
B = 45.57%

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

#E449FC (or 0xE449FC) is known color: Pink Flamingo. HEX triplet: E4, 49 and FC. RGB value is (228,73,252). Sum of RGB (Red+Green+Blue) = 228+73+252=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #E449FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449FC is #1BB603. Grayscale: #8B8B8B. Windows color (decimal): -1816068 or 16533988. OLE color: 16533988.

HSL color Cylindrical-coordinate representation of color #E449FC: hue angle of 291.96º degrees, saturation: 0.97, 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 #E449FC is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 73 252 -
CMYK 0.10 0.71 0 0.01
HSL 291.96º 0.97% 0.64% -
HSV(B) 291.96º 0.71% 0.99% -
XYZ 51.95 28.29 94.82 -
YUV 139.75 191.35 190.95 -
System Red Green Blue C M Y K H S L
Decimal 228 73 252 0.10 0.71 0 0.01 291.96 0.97 0.64
Hex E4 49 FC A 47 0 1 124 61 40
Octal 344 111 374 12 107 0 1 444 141 100
Binary 11100100 1001001 11111100 1010 1000111 0 1 100100100 1100001 1000000

Color Harmonies of #E449FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E449FC

Black with #E449FC

Text Example


Text Example

White with #E449FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E449FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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