Html Css Color HEX #E95BFF Pink Flamingo

📋 copy color: '#E95BFF'

red 233 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #E95BFF

Tints of Pink Flamingo #E95BFF

RGB

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

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

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

R = 40.24%
G = 15.72%
B = 44.04%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E95BFF (or 0xE95BFF) is known color: Pink Flamingo. HEX triplet: E9, 5B and FF. RGB value is (233,91,255). Sum of RGB (Red+Green+Blue) = 233+91+255=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 91 (35.94% from 255 or 15.72% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #E95BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95BFF is #16A400. Grayscale: #979797. Windows color (decimal): -1483777 or 16735209. OLE color: 16735209.

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

Color convert

RGB 233 91 255 -
CMYK 0.09 0.64 0 0
HSL 291.95º 1% 0.68% -
HSV(B) 291.95º 0.64% 1% -
XYZ 55.4 32.03 97.87 -
YUV 152.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 233 91 255 0.09 0.64 0 0 291.95 1 0.68
Hex E9 5B FF 9 40 0 0 124 64 44
Octal 351 133 377 11 100 0 0 444 144 104
Binary 11101001 1011011 11111111 1001 1000000 0 0 100100100 1100100 1000100

Color Harmonies of #E95BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95BFF

Black with #E95BFF

Text Example


Text Example

White with #E95BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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