Html Css Color HEX #E449FB Pink Flamingo

📋 copy color: '#E449FB'

red 228 ◦ green 73 ◦ blue 251

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

Shades of Pink Flamingo #E449FB

Tints of Pink Flamingo #E449FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 41.3%
G = 13.22%
B = 45.47%

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

#E449FB (or 0xE449FB) is known color: Pink Flamingo. HEX triplet: E4, 49 and FB. RGB value is (228,73,251). Sum of RGB (Red+Green+Blue) = 228+73+251=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 73 (28.91% from 255 or 13.22% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #E449FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449FB is #1BB604. Grayscale: #8B8B8B. Windows color (decimal): -1816069 or 16468452. OLE color: 16468452.

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

Color convert

RGB 228 73 251 -
CMYK 0.09 0.71 0 0.02
HSL 292.25º 0.96% 0.64% -
HSV(B) 292.25º 0.71% 0.98% -
XYZ 51.79 28.22 93.98 -
YUV 139.64 190.85 191.03 -
System Red Green Blue C M Y K H S L
Decimal 228 73 251 0.09 0.71 0 0.02 292.25 0.96 0.64
Hex E4 49 FB 9 47 0 2 124 60 40
Octal 344 111 373 11 107 0 2 444 140 100
Binary 11100100 1001001 11111011 1001 1000111 0 10 100100100 1100000 1000000

Color Harmonies of #E449FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E449FB

Black with #E449FB

Text Example


Text Example

White with #E449FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E449FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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