Html Css Color HEX #E955FE Pink Flamingo

📋 copy color: '#E955FE'

red 233 ◦ green 85 ◦ blue 254

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

Shades of Pink Flamingo #E955FE

Tints of Pink Flamingo #E955FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.86%

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 40.73%
G = 14.86%
B = 44.41%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E955FE (or 0xE955FE) is known color: Pink Flamingo. HEX triplet: E9, 55 and FE. RGB value is (233,85,254). Sum of RGB (Red+Green+Blue) = 233+85+254=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 85 (33.59% from 255 or 14.86% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #E955FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955FE is #16AA01. Grayscale: #939393. Windows color (decimal): -1485314 or 16668137. OLE color: 16668137.

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

Color convert

RGB 233 85 254 -
CMYK 0.08 0.67 0 0.00
HSL 292.54º 0.99% 0.66% -
HSV(B) 292.54º 0.67% 1% -
XYZ 54.74 30.98 96.86 -
YUV 148.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 233 85 254 0.08 0.67 0 0.00 292.54 0.99 0.66
Hex E9 55 FE 8 43 0 0 125 63 42
Octal 351 125 376 10 103 0 0 445 143 102
Binary 11101001 1010101 11111110 1000 1000011 0 0 100100101 1100011 1000010

Color Harmonies of #E955FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955FE

Black with #E955FE

Text Example


Text Example

White with #E955FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955FE; }

 p { color: rgb(233,85,254); }

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

background-color css

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

 a { background-color: rgb(233,85,254); }

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

border-color css

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

 span { border-color: rgb(233,85,254); }

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