Html Css Color HEX #E755F9 Pink Flamingo

📋 copy color: '#E755F9'

red 231 ◦ green 85 ◦ blue 249

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

Shades of Pink Flamingo #E755F9

Tints of Pink Flamingo #E755F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 40.88%
G = 15.04%
B = 44.07%

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

#E755F9 (or 0xE755F9) is known color: Pink Flamingo. HEX triplet: E7, 55 and F9. RGB value is (231,85,249). Sum of RGB (Red+Green+Blue) = 231+85+249=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #E755F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E755F9 is #18AA06. Grayscale: #929292. Windows color (decimal): -1616391 or 16340455. OLE color: 16340455.

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

Color convert

RGB 231 85 249 -
CMYK 0.07 0.66 0 0.02
HSL 293.41º 0.93% 0.65% -
HSV(B) 293.41º 0.66% 0.98% -
XYZ 53.3 30.33 92.67 -
YUV 147.35 185.37 187.66 -
System Red Green Blue C M Y K H S L
Decimal 231 85 249 0.07 0.66 0 0.02 293.41 0.93 0.65
Hex E7 55 F9 7 42 0 2 125 5D 41
Octal 347 125 371 7 102 0 2 445 135 101
Binary 11100111 1010101 11111001 111 1000010 0 10 100100101 1011101 1000001

Color Harmonies of #E755F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755F9

Black with #E755F9

Text Example


Text Example

White with #E755F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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