Html Css Color HEX #E44BFF Pink Flamingo

📋 copy color: '#E44BFF'

red 228 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #E44BFF

Tints of Pink Flamingo #E44BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.44%

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

R = 40.86%
G = 13.44%
B = 45.7%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E44BFF (or 0xE44BFF) is known color: Pink Flamingo. HEX triplet: E4, 4B and FF. RGB value is (228,75,255). Sum of RGB (Red+Green+Blue) = 228+75+255=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #E44BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44BFF is #1BB400. Grayscale: #8C8C8C. Windows color (decimal): -1815553 or 16731108. OLE color: 16731108.

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

Color convert

RGB 228 75 255 -
CMYK 0.11 0.71 0 0
HSL 291º 1% 0.65% -
HSV(B) 291º 0.71% 1% -
XYZ 52.56 28.75 97.39 -
YUV 141.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 228 75 255 0.11 0.71 0 0 291 1 0.65
Hex E4 4B FF B 47 0 0 123 64 41
Octal 344 113 377 13 107 0 0 443 144 101
Binary 11100100 1001011 11111111 1011 1000111 0 0 100100011 1100100 1000001

Color Harmonies of #E44BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44BFF

Black with #E44BFF

Text Example


Text Example

White with #E44BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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