Html Css Color HEX #E957FA Pink Flamingo

📋 copy color: '#E957FA'

red 233 ◦ green 87 ◦ blue 250

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

Shades of Pink Flamingo #E957FA

Tints of Pink Flamingo #E957FA

RGB

 RED value IS 233 (91.41% from 255) = 40.88%

 GREEN value IS 87 (34.38% from 255) = 15.26%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 40.88%
G = 15.26%
B = 43.86%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E957FA (or 0xE957FA) is known color: Pink Flamingo. HEX triplet: E9, 57 and FA. RGB value is (233,87,250). Sum of RGB (Red+Green+Blue) = 233+87+250=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 87 (34.38% from 255 or 15.26% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #E957FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E957FA is #16A805. Grayscale: #949494. Windows color (decimal): -1484806 or 16406505. OLE color: 16406505.

HSL color Cylindrical-coordinate representation of color #E957FA: hue angle of 293.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E957FA is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 87 250 -
CMYK 0.07 0.65 0 0.02
HSL 293.74º 0.94% 0.66% -
HSV(B) 293.74º 0.65% 0.98% -
XYZ 54.27 31.04 93.57 -
YUV 149.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 233 87 250 0.07 0.65 0 0.02 293.74 0.94 0.66
Hex E9 57 FA 7 41 0 2 126 5E 42
Octal 351 127 372 7 101 0 2 446 136 102
Binary 11101001 1010111 11111010 111 1000001 0 10 100100110 1011110 1000010

Color Harmonies of #E957FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E957FA

Black with #E957FA

Text Example


Text Example

White with #E957FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E957FA; }

 p { color: rgb(233,87,250); }

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

background-color css

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

 a { background-color: rgb(233,87,250); }

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

border-color css

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

 span { border-color: rgb(233,87,250); }

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