Html Css Color HEX #E547FF Pink Flamingo

📋 copy color: '#E547FF'

red 229 ◦ green 71 ◦ blue 255

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

Shades of Pink Flamingo #E547FF

Tints of Pink Flamingo #E547FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.79%

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

R = 41.26%
G = 12.79%
B = 45.95%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E547FF (or 0xE547FF) is known color: Pink Flamingo. HEX triplet: E5, 47 and FF. RGB value is (229,71,255). Sum of RGB (Red+Green+Blue) = 229+71+255=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 71 (28.12% from 255 or 12.79% 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 #E547FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E547FF is #1AB800. Grayscale: #8A8A8A. Windows color (decimal): -1751041 or 16730085. OLE color: 16730085.

HSL color Cylindrical-coordinate representation of color #E547FF: hue angle of 291.52º 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 #E547FF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 71 255 -
CMYK 0.10 0.72 0 0
HSL 291.52º 1% 0.64% -
HSV(B) 291.52º 0.72% 1% -
XYZ 52.62 28.38 97.31 -
YUV 139.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 229 71 255 0.10 0.72 0 0 291.52 1 0.64
Hex E5 47 FF A 48 0 0 124 64 40
Octal 345 107 377 12 110 0 0 444 144 100
Binary 11100101 1000111 11111111 1010 1001000 0 0 100100100 1100100 1000000

Color Harmonies of #E547FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E547FF

Black with #E547FF

Text Example


Text Example

White with #E547FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E547FF; }

 p { color: rgb(229,71,255); }

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

background-color css

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

 a { background-color: rgb(229,71,255); }

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

border-color css

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

 span { border-color: rgb(229,71,255); }

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