Html Css Color HEX #E755FC Pink Flamingo

📋 copy color: '#E755FC'

red 231 ◦ green 85 ◦ blue 252

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

Shades of Pink Flamingo #E755FC

Tints of Pink Flamingo #E755FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 40.67%
G = 14.96%
B = 44.37%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E755FC (or 0xE755FC) is known color: Pink Flamingo. HEX triplet: E7, 55 and FC. RGB value is (231,85,252). Sum of RGB (Red+Green+Blue) = 231+85+252=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 85 (33.59% from 255 or 14.96% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #E755FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E755FC is #18AA03. Grayscale: #939393. Windows color (decimal): -1616388 or 16537063. OLE color: 16537063.

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

Color convert

RGB 231 85 252 -
CMYK 0.08 0.66 0 0.01
HSL 292.46º 0.97% 0.66% -
HSV(B) 292.46º 0.66% 0.99% -
XYZ 53.77 30.51 95.15 -
YUV 147.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 231 85 252 0.08 0.66 0 0.01 292.46 0.97 0.66
Hex E7 55 FC 8 42 0 1 124 61 42
Octal 347 125 374 10 102 0 1 444 141 102
Binary 11100111 1010101 11111100 1000 1000010 0 1 100100100 1100001 1000010

Color Harmonies of #E755FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755FC

Black with #E755FC

Text Example


Text Example

White with #E755FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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