Html Css Color HEX #E955FB Pink Flamingo

📋 copy color: '#E955FB'

red 233 ◦ green 85 ◦ blue 251

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

Shades of Pink Flamingo #E955FB

Tints of Pink Flamingo #E955FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 40.95%
G = 14.94%
B = 44.11%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E955FB (or 0xE955FB) is known color: Pink Flamingo. HEX triplet: E9, 55 and FB. RGB value is (233,85,251). Sum of RGB (Red+Green+Blue) = 233+85+251=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #E955FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955FB is #16AA04. Grayscale: #939393. Windows color (decimal): -1485317 or 16471529. OLE color: 16471529.

HSL color Cylindrical-coordinate representation of color #E955FB: hue angle of 293.49º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E955FB is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 85 251 -
CMYK 0.07 0.66 0 0.02
HSL 293.49º 0.95% 0.66% -
HSV(B) 293.49º 0.66% 0.98% -
XYZ 54.27 30.79 94.35 -
YUV 148.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 233 85 251 0.07 0.66 0 0.02 293.49 0.95 0.66
Hex E9 55 FB 7 42 0 2 125 5F 42
Octal 351 125 373 7 102 0 2 445 137 102
Binary 11101001 1010101 11111011 111 1000010 0 10 100100101 1011111 1000010

Color Harmonies of #E955FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955FB

Black with #E955FB

Text Example


Text Example

White with #E955FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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