Html Css Color HEX #E95DFB Pink Flamingo

📋 copy color: '#E95DFB'

red 233 ◦ green 93 ◦ blue 251

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

Shades of Pink Flamingo #E95DFB

Tints of Pink Flamingo #E95DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.12%

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 40.38%
G = 16.12%
B = 43.5%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E95DFB (or 0xE95DFB) is known color: Pink Flamingo. HEX triplet: E9, 5D and FB. RGB value is (233,93,251). Sum of RGB (Red+Green+Blue) = 233+93+251=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #E95DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95DFB is #16A204. Grayscale: #989898. Windows color (decimal): -1483269 or 16473577. OLE color: 16473577.

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

Color convert

RGB 233 93 251 -
CMYK 0.07 0.63 0 0.02
HSL 293.16º 0.95% 0.67% -
HSV(B) 293.16º 0.63% 0.98% -
XYZ 54.93 32.12 94.57 -
YUV 152.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 233 93 251 0.07 0.63 0 0.02 293.16 0.95 0.67
Hex E9 5D FB 7 3F 0 2 125 5F 43
Octal 351 135 373 7 77 0 2 445 137 103
Binary 11101001 1011101 11111011 111 111111 0 10 100100101 1011111 1000011

Color Harmonies of #E95DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DFB

Black with #E95DFB

Text Example


Text Example

White with #E95DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DFB; }

 p { color: rgb(233,93,251); }

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

background-color css

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

 a { background-color: rgb(233,93,251); }

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

border-color css

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

 span { border-color: rgb(233,93,251); }

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