Html Css Color HEX #E755FF Pink Flamingo

📋 copy color: '#E755FF'

red 231 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #E755FF

Tints of Pink Flamingo #E755FF

RGB

 RED value IS 231 (90.63% from 255) = 40.46%

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

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

R = 40.46%
G = 14.89%
B = 44.66%

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

#E755FF (or 0xE755FF) is known color: Pink Flamingo. HEX triplet: E7, 55 and FF. RGB value is (231,85,255). Sum of RGB (Red+Green+Blue) = 231+85+255=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #E755FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E755FF is #18AA00. Grayscale: #939393. Windows color (decimal): -1616385 or 16733671. OLE color: 16733671.

HSL color Cylindrical-coordinate representation of color #E755FF: hue angle of 291.53º 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 #E755FF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 85 255 -
CMYK 0.09 0.67 0 0
HSL 291.53º 1% 0.67% -
HSV(B) 291.53º 0.67% 1% -
XYZ 54.25 30.71 97.68 -
YUV 148.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 231 85 255 0.09 0.67 0 0 291.53 1 0.67
Hex E7 55 FF 9 43 0 0 124 64 43
Octal 347 125 377 11 103 0 0 444 144 103
Binary 11100111 1010101 11111111 1001 1000011 0 0 100100100 1100100 1000011

Color Harmonies of #E755FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755FF

Black with #E755FF

Text Example


Text Example

White with #E755FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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