Html Css Color HEX #E44CFF Pink Flamingo

📋 copy color: '#E44CFF'

red 228 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #E44CFF

Tints of Pink Flamingo #E44CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.6%

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

R = 40.79%
G = 13.6%
B = 45.62%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E44CFF (or 0xE44CFF) is known color: Pink Flamingo. HEX triplet: E4, 4C and FF. RGB value is (228,76,255). Sum of RGB (Red+Green+Blue) = 228+76+255=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #E44CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44CFF is #1BB300. Grayscale: #8D8D8D. Windows color (decimal): -1815297 or 16731364. OLE color: 16731364.

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

Color convert

RGB 228 76 255 -
CMYK 0.11 0.70 0 0
HSL 290.95º 1% 0.65% -
HSV(B) 290.95º 0.7% 1% -
XYZ 52.63 28.88 97.41 -
YUV 141.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 228 76 255 0.11 0.70 0 0 290.95 1 0.65
Hex E4 4C FF B 46 0 0 123 64 41
Octal 344 114 377 13 106 0 0 443 144 101
Binary 11100100 1001100 11111111 1011 1000110 0 0 100100011 1100100 1000001

Color Harmonies of #E44CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44CFF

Black with #E44CFF

Text Example


Text Example

White with #E44CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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