Html Css Color HEX #E958FF Pink Flamingo

📋 copy color: '#E958FF'

red 233 ◦ green 88 ◦ blue 255

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

Shades of Pink Flamingo #E958FF

Tints of Pink Flamingo #E958FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.28%

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

R = 40.45%
G = 15.28%
B = 44.27%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E958FF (or 0xE958FF) is known color: Pink Flamingo. HEX triplet: E9, 58 and FF. RGB value is (233,88,255). Sum of RGB (Red+Green+Blue) = 233+88+255=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #E958FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E958FF is #16A700. Grayscale: #959595. Windows color (decimal): -1484545 or 16734441. OLE color: 16734441.

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

Color convert

RGB 233 88 255 -
CMYK 0.09 0.65 0 0
HSL 292.1º 1% 0.67% -
HSV(B) 292.1º 0.65% 1% -
XYZ 55.14 31.52 97.79 -
YUV 150.39 187.04 186.92 -
System Red Green Blue C M Y K H S L
Decimal 233 88 255 0.09 0.65 0 0 292.1 1 0.67
Hex E9 58 FF 9 41 0 0 124 64 43
Octal 351 130 377 11 101 0 0 444 144 103
Binary 11101001 1011000 11111111 1001 1000001 0 0 100100100 1100100 1000011

Color Harmonies of #E958FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958FF

Black with #E958FF

Text Example


Text Example

White with #E958FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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