Html Css Color HEX #E448FA Pink Flamingo

📋 copy color: '#E448FA'

red 228 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #E448FA

Tints of Pink Flamingo #E448FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.09%

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

R = 41.45%
G = 13.09%
B = 45.45%

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

#E448FA (or 0xE448FA) is known color: Pink Flamingo. HEX triplet: E4, 48 and FA. RGB value is (228,72,250). Sum of RGB (Red+Green+Blue) = 228+72+250=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #E448FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E448FA is #1BB705. Grayscale: #8A8A8A. Windows color (decimal): -1816326 or 16402660. OLE color: 16402660.

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

Color convert

RGB 228 72 250 -
CMYK 0.09 0.71 0 0.02
HSL 292.58º 0.95% 0.63% -
HSV(B) 292.58º 0.71% 0.98% -
XYZ 51.57 28.03 93.14 -
YUV 138.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 228 72 250 0.09 0.71 0 0.02 292.58 0.95 0.63
Hex E4 48 FA 9 47 0 2 125 5F 3F
Octal 344 110 372 11 107 0 2 445 137 77
Binary 11100100 1001000 11111010 1001 1000111 0 10 100100101 1011111 111111

Color Harmonies of #E448FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E448FA

Black with #E448FA

Text Example


Text Example

White with #E448FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E448FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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