Html Css Color HEX #E44AFC Pink Flamingo

📋 copy color: '#E44AFC'

red 228 ◦ green 74 ◦ blue 252

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

Shades of Pink Flamingo #E44AFC

Tints of Pink Flamingo #E44AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.36%

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

R = 41.16%
G = 13.36%
B = 45.49%

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

#E44AFC (or 0xE44AFC) is known color: Pink Flamingo. HEX triplet: E4, 4A and FC. RGB value is (228,74,252). Sum of RGB (Red+Green+Blue) = 228+74+252=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 74 (29.30% from 255 or 13.36% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #E44AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44AFC is #1BB503. Grayscale: #8B8B8B. Windows color (decimal): -1815812 or 16534244. OLE color: 16534244.

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

Color convert

RGB 228 74 252 -
CMYK 0.10 0.71 0 0.01
HSL 291.91º 0.97% 0.64% -
HSV(B) 291.91º 0.71% 0.99% -
XYZ 52.01 28.42 94.84 -
YUV 140.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 228 74 252 0.10 0.71 0 0.01 291.91 0.97 0.64
Hex E4 4A FC A 47 0 1 124 61 40
Octal 344 112 374 12 107 0 1 444 141 100
Binary 11100100 1001010 11111100 1010 1000111 0 1 100100100 1100001 1000000

Color Harmonies of #E44AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44AFC

Black with #E44AFC

Text Example


Text Example

White with #E44AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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