Html Css Color HEX #E54CFF Pink Flamingo

📋 copy color: '#E54CFF'

red 229 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #E54CFF

Tints of Pink Flamingo #E54CFF

RGB

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

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

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

R = 40.89%
G = 13.57%
B = 45.54%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E54CFF (or 0xE54CFF) is known color: Pink Flamingo. HEX triplet: E5, 4C and FF. RGB value is (229,76,255). Sum of RGB (Red+Green+Blue) = 229+76+255=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 76 (30.08% from 255 or 13.57% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #E54CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54CFF is #1AB300. Grayscale: #8D8D8D. Windows color (decimal): -1749761 or 16731365. OLE color: 16731365.

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

Color convert

RGB 229 76 255 -
CMYK 0.10 0.70 0 0
HSL 291.28º 1% 0.65% -
HSV(B) 291.28º 0.7% 1% -
XYZ 52.95 29.05 97.42 -
YUV 142.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 229 76 255 0.10 0.70 0 0 291.28 1 0.65
Hex E5 4C FF A 46 0 0 123 64 41
Octal 345 114 377 12 106 0 0 443 144 101
Binary 11100101 1001100 11111111 1010 1000110 0 0 100100011 1100100 1000001

Color Harmonies of #E54CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CFF

Black with #E54CFF

Text Example


Text Example

White with #E54CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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