Html Css Color HEX #E44EFA Pink Flamingo

📋 copy color: '#E44EFA'

red 228 ◦ green 78 ◦ blue 250

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

Shades of Pink Flamingo #E44EFA

Tints of Pink Flamingo #E44EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.03%

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 41.01%
G = 14.03%
B = 44.96%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E44EFA (or 0xE44EFA) is known color: Pink Flamingo. HEX triplet: E4, 4E and FA. RGB value is (228,78,250). Sum of RGB (Red+Green+Blue) = 228+78+250=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 78 (30.86% from 255 or 14.03% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #E44EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44EFA is #1BB105. Grayscale: #8D8D8D. Windows color (decimal): -1814790 or 16404196. OLE color: 16404196.

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

Color convert

RGB 228 78 250 -
CMYK 0.09 0.69 0 0.02
HSL 292.33º 0.95% 0.64% -
HSV(B) 292.33º 0.69% 0.98% -
XYZ 51.97 28.84 93.27 -
YUV 142.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 228 78 250 0.09 0.69 0 0.02 292.33 0.95 0.64
Hex E4 4E FA 9 45 0 2 124 5F 40
Octal 344 116 372 11 105 0 2 444 137 100
Binary 11100100 1001110 11111010 1001 1000101 0 10 100100100 1011111 1000000

Color Harmonies of #E44EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44EFA

Black with #E44EFA

Text Example


Text Example

White with #E44EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44EFA; }

 p { color: rgb(228,78,250); }

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

background-color css

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

 a { background-color: rgb(228,78,250); }

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

border-color css

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

 span { border-color: rgb(228,78,250); }

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