Html Css Color HEX #E44AF9 Pink Flamingo

📋 copy color: '#E44AF9'

red 228 ◦ green 74 ◦ blue 249

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

Shades of Pink Flamingo #E44AF9

Tints of Pink Flamingo #E44AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.19%

R = 41.38%
G = 13.43%
B = 45.19%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E44AF9 (or 0xE44AF9) is known color: Pink Flamingo. HEX triplet: E4, 4A and F9. RGB value is (228,74,249). Sum of RGB (Red+Green+Blue) = 228+74+249=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 74 (29.30% from 255 or 13.43% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #E44AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44AF9 is #1BB506. Grayscale: #8B8B8B. Windows color (decimal): -1815815 or 16337636. OLE color: 16337636.

HSL color Cylindrical-coordinate representation of color #E44AF9: hue angle of 292.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44AF9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 74 249 -
CMYK 0.08 0.70 0 0.02
HSL 292.8º 0.94% 0.63% -
HSV(B) 292.8º 0.7% 0.98% -
XYZ 51.54 28.23 92.36 -
YUV 140 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 228 74 249 0.08 0.70 0 0.02 292.8 0.94 0.63
Hex E4 4A F9 8 46 0 2 125 5E 3F
Octal 344 112 371 10 106 0 2 445 136 77
Binary 11100100 1001010 11111001 1000 1000110 0 10 100100101 1011110 111111

Color Harmonies of #E44AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44AF9

Black with #E44AF9

Text Example


Text Example

White with #E44AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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