Html Css Color HEX #E751FA Pink Flamingo

📋 copy color: '#E751FA'

red 231 ◦ green 81 ◦ blue 250

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

Shades of Pink Flamingo #E751FA

Tints of Pink Flamingo #E751FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.41%

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 41.1%
G = 14.41%
B = 44.48%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E751FA (or 0xE751FA) is known color: Pink Flamingo. HEX triplet: E7, 51 and FA. RGB value is (231,81,250). Sum of RGB (Red+Green+Blue) = 231+81+250=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 81 (32.03% from 255 or 14.41% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #E751FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E751FA is #18AE05. Grayscale: #909090. Windows color (decimal): -1617414 or 16404967. OLE color: 16404967.

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

Color convert

RGB 231 81 250 -
CMYK 0.08 0.68 0 0.02
HSL 293.25º 0.94% 0.65% -
HSV(B) 293.25º 0.68% 0.98% -
XYZ 53.15 29.78 93.39 -
YUV 145.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 231 81 250 0.08 0.68 0 0.02 293.25 0.94 0.65
Hex E7 51 FA 8 44 0 2 125 5E 41
Octal 347 121 372 10 104 0 2 445 136 101
Binary 11100111 1010001 11111010 1000 1000100 0 10 100100101 1011110 1000001

Color Harmonies of #E751FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751FA

Black with #E751FA

Text Example


Text Example

White with #E751FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751FA; }

 p { color: rgb(231,81,250); }

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

background-color css

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

 a { background-color: rgb(231,81,250); }

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

border-color css

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

 span { border-color: rgb(231,81,250); }

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