Html Css Color HEX #E537FF Pink Flamingo

📋 copy color: '#E537FF'

red 229 ◦ green 55 ◦ blue 255

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

Shades of Pink Flamingo #E537FF

Tints of Pink Flamingo #E537FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.2%

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

R = 42.49%
G = 10.2%
B = 47.31%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E537FF (or 0xE537FF) is known color: Pink Flamingo. HEX triplet: E5, 37 and FF. RGB value is (229,55,255). Sum of RGB (Red+Green+Blue) = 229+55+255=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 55 (21.88% from 255 or 10.20% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #E537FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E537FF is #1AC800. Grayscale: #818181. Windows color (decimal): -1755137 or 16725989. OLE color: 16725989.

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

Color convert

RGB 229 55 255 -
CMYK 0.10 0.78 0 0
HSL 292.2º 1% 0.61% -
HSV(B) 292.2º 0.78% 1% -
XYZ 51.73 26.61 97.02 -
YUV 129.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 229 55 255 0.10 0.78 0 0 292.2 1 0.61
Hex E5 37 FF A 4E 0 0 124 64 3D
Octal 345 67 377 12 116 0 0 444 144 75
Binary 11100101 110111 11111111 1010 1001110 0 0 100100100 1100100 111101

Color Harmonies of #E537FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E537FF

Black with #E537FF

Text Example


Text Example

White with #E537FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E537FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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