Html Css Color HEX #E958FD Pink Flamingo

📋 copy color: '#E958FD'

red 233 ◦ green 88 ◦ blue 253

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

Shades of Pink Flamingo #E958FD

Tints of Pink Flamingo #E958FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 40.59%
G = 15.33%
B = 44.08%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E958FD (or 0xE958FD) is known color: Pink Flamingo. HEX triplet: E9, 58 and FD. RGB value is (233,88,253). Sum of RGB (Red+Green+Blue) = 233+88+253=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 88 (34.77% from 255 or 15.33% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #E958FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E958FD is #16A702. Grayscale: #959595. Windows color (decimal): -1484547 or 16603369. OLE color: 16603369.

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

Color convert

RGB 233 88 253 -
CMYK 0.08 0.65 0 0.01
HSL 292.73º 0.98% 0.67% -
HSV(B) 292.73º 0.65% 0.99% -
XYZ 54.82 31.39 96.1 -
YUV 150.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 233 88 253 0.08 0.65 0 0.01 292.73 0.98 0.67
Hex E9 58 FD 8 41 0 1 125 62 43
Octal 351 130 375 10 101 0 1 445 142 103
Binary 11101001 1011000 11111101 1000 1000001 0 1 100100101 1100010 1000011

Color Harmonies of #E958FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958FD

Black with #E958FD

Text Example


Text Example

White with #E958FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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