Html Css Color HEX #E448FF Pink Flamingo

📋 copy color: '#E448FF'

red 228 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #E448FF

Tints of Pink Flamingo #E448FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 41.08%
G = 12.97%
B = 45.95%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E448FF (or 0xE448FF) is known color: Pink Flamingo. HEX triplet: E4, 48 and FF. RGB value is (228,72,255). Sum of RGB (Red+Green+Blue) = 228+72+255=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 72 (28.52% from 255 or 12.97% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #E448FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E448FF is #1BB700. Grayscale: #8A8A8A. Windows color (decimal): -1816321 or 16730340. OLE color: 16730340.

HSL color Cylindrical-coordinate representation of color #E448FF: hue angle of 291.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E448FF is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 72 255 -
CMYK 0.11 0.72 0 0
HSL 291.15º 1% 0.64% -
HSV(B) 291.15º 0.72% 1% -
XYZ 52.36 28.35 97.32 -
YUV 139.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 228 72 255 0.11 0.72 0 0 291.15 1 0.64
Hex E4 48 FF B 48 0 0 123 64 40
Octal 344 110 377 13 110 0 0 443 144 100
Binary 11100100 1001000 11111111 1011 1001000 0 0 100100011 1100100 1000000

Color Harmonies of #E448FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E448FF

Black with #E448FF

Text Example


Text Example

White with #E448FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E448FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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