Html Css Color HEX #E956FE Pink Flamingo

📋 copy color: '#E956FE'

red 233 ◦ green 86 ◦ blue 254

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

Shades of Pink Flamingo #E956FE

Tints of Pink Flamingo #E956FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.01%

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

R = 40.66%
G = 15.01%
B = 44.33%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E956FE (or 0xE956FE) is known color: Pink Flamingo. HEX triplet: E9, 56 and FE. RGB value is (233,86,254). Sum of RGB (Red+Green+Blue) = 233+86+254=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 86 (33.98% from 255 or 15.01% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #E956FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E956FE is #16A901. Grayscale: #949494. Windows color (decimal): -1485058 or 16668393. OLE color: 16668393.

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

Color convert

RGB 233 86 254 -
CMYK 0.08 0.66 0 0.00
HSL 292.5º 0.99% 0.67% -
HSV(B) 292.5º 0.66% 1% -
XYZ 54.82 31.13 96.89 -
YUV 149.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 233 86 254 0.08 0.66 0 0.00 292.5 0.99 0.67
Hex E9 56 FE 8 42 0 0 124 63 43
Octal 351 126 376 10 102 0 0 444 143 103
Binary 11101001 1010110 11111110 1000 1000010 0 0 100100100 1100011 1000011

Color Harmonies of #E956FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E956FE

Black with #E956FE

Text Example


Text Example

White with #E956FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E956FE; }

 p { color: rgb(233,86,254); }

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

background-color css

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

 a { background-color: rgb(233,86,254); }

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

border-color css

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

 span { border-color: rgb(233,86,254); }

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