Html Css Color HEX #E54FFD Pink Flamingo

📋 copy color: '#E54FFD'

red 229 ◦ green 79 ◦ blue 253

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

Shades of Pink Flamingo #E54FFD

Tints of Pink Flamingo #E54FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.08%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 40.82%
G = 14.08%
B = 45.1%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E54FFD (or 0xE54FFD) is known color: Pink Flamingo. HEX triplet: E5, 4F and FD. RGB value is (229,79,253). Sum of RGB (Red+Green+Blue) = 229+79+253=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 79 (31.25% from 255 or 14.08% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E54FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54FFD is #1AB002. Grayscale: #8F8F8F. Windows color (decimal): -1748995 or 16601061. OLE color: 16601061.

HSL color Cylindrical-coordinate representation of color #E54FFD: hue angle of 291.72º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54FFD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 79 253 -
CMYK 0.09 0.69 0 0.01
HSL 291.72º 0.98% 0.65% -
HSV(B) 291.72º 0.69% 0.99% -
XYZ 52.84 29.34 95.81 -
YUV 143.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 229 79 253 0.09 0.69 0 0.01 291.72 0.98 0.65
Hex E5 4F FD 9 45 0 1 124 62 41
Octal 345 117 375 11 105 0 1 444 142 101
Binary 11100101 1001111 11111101 1001 1000101 0 1 100100100 1100010 1000001

Color Harmonies of #E54FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FFD

Black with #E54FFD

Text Example


Text Example

White with #E54FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FFD; }

 p { color: rgb(229,79,253); }

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

background-color css

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

 a { background-color: rgb(229,79,253); }

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

border-color css

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

 span { border-color: rgb(229,79,253); }

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