Html Css Color HEX #E53CFF Pink Flamingo

📋 copy color: '#E53CFF'

red 229 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #E53CFF

Tints of Pink Flamingo #E53CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.03%

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

R = 42.1%
G = 11.03%
B = 46.88%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E53CFF (or 0xE53CFF) is known color: Pink Flamingo. HEX triplet: E5, 3C and FF. RGB value is (229,60,255). Sum of RGB (Red+Green+Blue) = 229+60+255=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 60 (23.83% from 255 or 11.03% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #E53CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CFF is #1AC300. Grayscale: #848484. Windows color (decimal): -1753857 or 16727269. OLE color: 16727269.

HSL color Cylindrical-coordinate representation of color #E53CFF: hue angle of 292º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53CFF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 60 255 -
CMYK 0.10 0.76 0 0
HSL 292º 1% 0.62% -
HSV(B) 292º 0.76% 1% -
XYZ 51.98 27.11 97.1 -
YUV 132.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 229 60 255 0.10 0.76 0 0 292 1 0.62
Hex E5 3C FF A 4C 0 0 124 64 3E
Octal 345 74 377 12 114 0 0 444 144 76
Binary 11100101 111100 11111111 1010 1001100 0 0 100100100 1100100 111110

Color Harmonies of #E53CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CFF

Black with #E53CFF

Text Example


Text Example

White with #E53CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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