Html Css Color HEX #E538FE Pink Flamingo

📋 copy color: '#E538FE'

red 229 ◦ green 56 ◦ blue 254

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

Shades of Pink Flamingo #E538FE

Tints of Pink Flamingo #E538FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.39%

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

R = 42.49%
G = 10.39%
B = 47.12%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E538FE (or 0xE538FE) is known color: Pink Flamingo. HEX triplet: E5, 38 and FE. RGB value is (229,56,254). Sum of RGB (Red+Green+Blue) = 229+56+254=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 56 (22.27% from 255 or 10.39% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #E538FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E538FE is #1AC701. Grayscale: #818181. Windows color (decimal): -1754882 or 16660709. OLE color: 16660709.

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

Color convert

RGB 229 56 254 -
CMYK 0.10 0.78 0 0.00
HSL 292.42º 0.99% 0.61% -
HSV(B) 292.42º 0.78% 1% -
XYZ 51.62 26.64 96.19 -
YUV 130.3 197.81 198.4 -
System Red Green Blue C M Y K H S L
Decimal 229 56 254 0.10 0.78 0 0.00 292.42 0.99 0.61
Hex E5 38 FE A 4E 0 0 124 63 3D
Octal 345 70 376 12 116 0 0 444 143 75
Binary 11100101 111000 11111110 1010 1001110 0 0 100100100 1100011 111101

Color Harmonies of #E538FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E538FE

Black with #E538FE

Text Example


Text Example

White with #E538FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E538FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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