Html Css Color HEX #E53BFE Pink Flamingo

📋 copy color: '#E53BFE'

red 229 ◦ green 59 ◦ blue 254

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

Shades of Pink Flamingo #E53BFE

Tints of Pink Flamingo #E53BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.89%

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 42.25%
G = 10.89%
B = 46.86%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E53BFE (or 0xE53BFE) is known color: Pink Flamingo. HEX triplet: E5, 3B and FE. RGB value is (229,59,254). Sum of RGB (Red+Green+Blue) = 229+59+254=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 59 (23.44% from 255 or 10.89% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #E53BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53BFE is #1AC401. Grayscale: #838383. Windows color (decimal): -1754114 or 16661477. OLE color: 16661477.

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

Color convert

RGB 229 59 254 -
CMYK 0.10 0.77 0 0.00
HSL 292.31º 0.99% 0.61% -
HSV(B) 292.31º 0.77% 1% -
XYZ 51.77 26.94 96.24 -
YUV 132.06 196.82 197.14 -
System Red Green Blue C M Y K H S L
Decimal 229 59 254 0.10 0.77 0 0.00 292.31 0.99 0.61
Hex E5 3B FE A 4D 0 0 124 63 3D
Octal 345 73 376 12 115 0 0 444 143 75
Binary 11100101 111011 11111110 1010 1001101 0 0 100100100 1100011 111101

Color Harmonies of #E53BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BFE

Black with #E53BFE

Text Example


Text Example

White with #E53BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BFE; }

 p { color: rgb(229,59,254); }

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

background-color css

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

 a { background-color: rgb(229,59,254); }

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

border-color css

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

 span { border-color: rgb(229,59,254); }

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