Html Css Color HEX #E95DF8 Pink Flamingo

📋 copy color: '#E95DF8'

red 233 ◦ green 93 ◦ blue 248

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

Shades of Pink Flamingo #E95DF8

Tints of Pink Flamingo #E95DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.21%

R = 40.59%
G = 16.2%
B = 43.21%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E95DF8 (or 0xE95DF8) is known color: Pink Flamingo. HEX triplet: E9, 5D and F8. RGB value is (233,93,248). Sum of RGB (Red+Green+Blue) = 233+93+248=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #E95DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95DF8 is #16A207. Grayscale: #989898. Windows color (decimal): -1483272 or 16276969. OLE color: 16276969.

HSL color Cylindrical-coordinate representation of color #E95DF8: hue angle of 294.19º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95DF8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 233 93 248 -
CMYK 0.06 0.62 0 0.03
HSL 294.19º 0.92% 0.67% -
HSV(B) 294.19º 0.63% 0.97% -
XYZ 54.46 31.93 92.1 -
YUV 152.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 233 93 248 0.06 0.62 0 0.03 294.19 0.92 0.67
Hex E9 5D F8 6 3E 0 3 126 5C 43
Octal 351 135 370 6 76 0 3 446 134 103
Binary 11101001 1011101 11111000 110 111110 0 11 100100110 1011100 1000011

Color Harmonies of #E95DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DF8

Black with #E95DF8

Text Example


Text Example

White with #E95DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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