Html Css Color HEX #E95BFE Pink Flamingo

📋 copy color: '#E95BFE'

red 233 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #E95BFE

Tints of Pink Flamingo #E95BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.74%

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

R = 40.31%
G = 15.74%
B = 43.94%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E95BFE (or 0xE95BFE) is known color: Pink Flamingo. HEX triplet: E9, 5B and FE. RGB value is (233,91,254). Sum of RGB (Red+Green+Blue) = 233+91+254=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 91 (35.94% from 255 or 15.74% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #E95BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95BFE is #16A401. Grayscale: #979797. Windows color (decimal): -1483778 or 16669673. OLE color: 16669673.

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

Color convert

RGB 233 91 254 -
CMYK 0.08 0.64 0 0.00
HSL 292.27º 0.99% 0.68% -
HSV(B) 292.27º 0.64% 1% -
XYZ 55.23 31.96 97.02 -
YUV 152.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 233 91 254 0.08 0.64 0 0.00 292.27 0.99 0.68
Hex E9 5B FE 8 40 0 0 124 63 44
Octal 351 133 376 10 100 0 0 444 143 104
Binary 11101001 1011011 11111110 1000 1000000 0 0 100100100 1100011 1000100

Color Harmonies of #E95BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95BFE

Black with #E95BFE

Text Example


Text Example

White with #E95BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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