Html Css Color HEX #E54EFC Pink Flamingo

📋 copy color: '#E54EFC'

red 229 ◦ green 78 ◦ blue 252

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

Shades of Pink Flamingo #E54EFC

Tints of Pink Flamingo #E54EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.95%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 40.97%
G = 13.95%
B = 45.08%

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

#E54EFC (or 0xE54EFC) is known color: Pink Flamingo. HEX triplet: E5, 4E and FC. RGB value is (229,78,252). Sum of RGB (Red+Green+Blue) = 229+78+252=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 78 (30.86% from 255 or 13.95% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #E54EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EFC is #1AB103. Grayscale: #8E8E8E. Windows color (decimal): -1749252 or 16535269. OLE color: 16535269.

HSL color Cylindrical-coordinate representation of color #E54EFC: hue angle of 292.07º degrees, saturation: 0.97, 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 #E54EFC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 78 252 -
CMYK 0.09 0.69 0 0.01
HSL 292.07º 0.97% 0.65% -
HSV(B) 292.07º 0.69% 0.99% -
XYZ 52.61 29.14 94.95 -
YUV 142.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 229 78 252 0.09 0.69 0 0.01 292.07 0.97 0.65
Hex E5 4E FC 9 45 0 1 124 61 41
Octal 345 116 374 11 105 0 1 444 141 101
Binary 11100101 1001110 11111100 1001 1000101 0 1 100100100 1100001 1000001

Color Harmonies of #E54EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54EFC

Black with #E54EFC

Text Example


Text Example

White with #E54EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54EFC; }

 p { color: rgb(229,78,252); }

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

background-color css

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

 a { background-color: rgb(229,78,252); }

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

border-color css

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

 span { border-color: rgb(229,78,252); }

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