Html Css Color HEX #E754FB Pink Flamingo

📋 copy color: '#E754FB'

red 231 ◦ green 84 ◦ blue 251

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

Shades of Pink Flamingo #E754FB

Tints of Pink Flamingo #E754FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.84%

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

R = 40.81%
G = 14.84%
B = 44.35%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E754FB (or 0xE754FB) is known color: Pink Flamingo. HEX triplet: E7, 54 and FB. RGB value is (231,84,251). Sum of RGB (Red+Green+Blue) = 231+84+251=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #E754FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754FB is #18AB04. Grayscale: #929292. Windows color (decimal): -1616645 or 16471271. OLE color: 16471271.

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

Color convert

RGB 231 84 251 -
CMYK 0.08 0.67 0 0.02
HSL 292.81º 0.95% 0.66% -
HSV(B) 292.81º 0.67% 0.98% -
XYZ 53.54 30.29 94.29 -
YUV 146.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 231 84 251 0.08 0.67 0 0.02 292.81 0.95 0.66
Hex E7 54 FB 8 43 0 2 125 5F 42
Octal 347 124 373 10 103 0 2 445 137 102
Binary 11100111 1010100 11111011 1000 1000011 0 10 100100101 1011111 1000010

Color Harmonies of #E754FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754FB

Black with #E754FB

Text Example


Text Example

White with #E754FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754FB; }

 p { color: rgb(231,84,251); }

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

background-color css

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

 a { background-color: rgb(231,84,251); }

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

border-color css

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

 span { border-color: rgb(231,84,251); }

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