Html Css Color HEX #E54BFF Pink Flamingo

📋 copy color: '#E54BFF'

red 229 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #E54BFF

Tints of Pink Flamingo #E54BFF

RGB

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

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

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

R = 40.97%
G = 13.42%
B = 45.62%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E54BFF (or 0xE54BFF) is known color: Pink Flamingo. HEX triplet: E5, 4B and FF. RGB value is (229,75,255). Sum of RGB (Red+Green+Blue) = 229+75+255=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 75 (29.69% from 255 or 13.42% 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 #E54BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BFF is #1AB400. Grayscale: #8D8D8D. Windows color (decimal): -1750017 or 16731109. OLE color: 16731109.

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

Color convert

RGB 229 75 255 -
CMYK 0.10 0.71 0 0
HSL 291.33º 1% 0.65% -
HSV(B) 291.33º 0.71% 1% -
XYZ 52.88 28.91 97.4 -
YUV 141.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 229 75 255 0.10 0.71 0 0 291.33 1 0.65
Hex E5 4B FF A 47 0 0 123 64 41
Octal 345 113 377 12 107 0 0 443 144 101
Binary 11100101 1001011 11111111 1010 1000111 0 0 100100011 1100100 1000001

Color Harmonies of #E54BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54BFF

Black with #E54BFF

Text Example


Text Example

White with #E54BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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