Html Css Color HEX #E957FD Pink Flamingo

📋 copy color: '#E957FD'

red 233 ◦ green 87 ◦ blue 253

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

Shades of Pink Flamingo #E957FD

Tints of Pink Flamingo #E957FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 40.66%
G = 15.18%
B = 44.15%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E957FD (or 0xE957FD) is known color: Pink Flamingo. HEX triplet: E9, 57 and FD. RGB value is (233,87,253). Sum of RGB (Red+Green+Blue) = 233+87+253=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 87 (34.38% from 255 or 15.18% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #E957FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E957FD is #16A802. Grayscale: #959595. Windows color (decimal): -1484803 or 16603113. OLE color: 16603113.

HSL color Cylindrical-coordinate representation of color #E957FD: hue angle of 292.77º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E957FD is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 87 253 -
CMYK 0.08 0.66 0 0.01
HSL 292.77º 0.98% 0.67% -
HSV(B) 292.77º 0.66% 0.99% -
XYZ 54.74 31.23 96.07 -
YUV 149.58 186.37 187.5 -
System Red Green Blue C M Y K H S L
Decimal 233 87 253 0.08 0.66 0 0.01 292.77 0.98 0.67
Hex E9 57 FD 8 42 0 1 125 62 43
Octal 351 127 375 10 102 0 1 445 142 103
Binary 11101001 1010111 11111101 1000 1000010 0 1 100100101 1100010 1000011

Color Harmonies of #E957FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E957FD

Black with #E957FD

Text Example


Text Example

White with #E957FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E957FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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