Html Css Color HEX #E955FF Pink Flamingo

📋 copy color: '#E955FF'

red 233 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #E955FF

Tints of Pink Flamingo #E955FF

RGB

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

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

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

R = 40.66%
G = 14.83%
B = 44.5%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E955FF (or 0xE955FF) is known color: Pink Flamingo. HEX triplet: E9, 55 and FF. RGB value is (233,85,255). Sum of RGB (Red+Green+Blue) = 233+85+255=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 85 (33.59% from 255 or 14.83% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #E955FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955FF is #16AA00. Grayscale: #949494. Windows color (decimal): -1485313 or 16733673. OLE color: 16733673.

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

Color convert

RGB 233 85 255 -
CMYK 0.09 0.67 0 0
HSL 292.24º 1% 0.67% -
HSV(B) 292.24º 0.67% 1% -
XYZ 54.9 31.04 97.71 -
YUV 148.63 188.03 188.18 -
System Red Green Blue C M Y K H S L
Decimal 233 85 255 0.09 0.67 0 0 292.24 1 0.67
Hex E9 55 FF 9 43 0 0 124 64 43
Octal 351 125 377 11 103 0 0 444 144 103
Binary 11101001 1010101 11111111 1001 1000011 0 0 100100100 1100100 1000011

Color Harmonies of #E955FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955FF

Black with #E955FF

Text Example


Text Example

White with #E955FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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