Html Css Color HEX #E554F6 Pink Flamingo

📋 copy color: '#E554F6'

red 229 ◦ green 84 ◦ blue 246

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

Shades of Pink Flamingo #E554F6

Tints of Pink Flamingo #E554F6

RGB

 RED value IS 229 (89.84% from 255) = 40.97%

 GREEN value IS 84 (33.2% from 255) = 15.03%

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 40.97%
G = 15.03%
B = 44.01%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E554F6 (or 0xE554F6) is known color: Pink Flamingo. HEX triplet: E5, 54 and F6. RGB value is (229,84,246). Sum of RGB (Red+Green+Blue) = 229+84+246=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 84 (33.20% from 255 or 15.03% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #E554F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E554F6 is #1AAB09. Grayscale: #919191. Windows color (decimal): -1747722 or 16143589. OLE color: 16143589.

HSL color Cylindrical-coordinate representation of color #E554F6: hue angle of 293.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E554F6 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 84 246 -
CMYK 0.07 0.66 0 0.04
HSL 293.7º 0.9% 0.65% -
HSV(B) 293.7º 0.66% 0.96% -
XYZ 52.12 29.65 90.17 -
YUV 145.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 229 84 246 0.07 0.66 0 0.04 293.7 0.9 0.65
Hex E5 54 F6 7 42 0 4 126 5A 41
Octal 345 124 366 7 102 0 4 446 132 101
Binary 11100101 1010100 11110110 111 1000010 0 100 100100110 1011010 1000001

Color Harmonies of #E554F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E554F6

Black with #E554F6

Text Example


Text Example

White with #E554F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E554F6; }

 p { color: rgb(229,84,246); }

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

background-color css

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

 a { background-color: rgb(229,84,246); }

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

border-color css

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

 span { border-color: rgb(229,84,246); }

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