Html Css Color HEX #E750FA Pink Flamingo

📋 copy color: '#E750FA'

red 231 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #E750FA

Tints of Pink Flamingo #E750FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.26%

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

R = 41.18%
G = 14.26%
B = 44.56%

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

#E750FA (or 0xE750FA) is known color: Pink Flamingo. HEX triplet: E7, 50 and FA. RGB value is (231,80,250). Sum of RGB (Red+Green+Blue) = 231+80+250=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #E750FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E750FA is #18AF05. Grayscale: #909090. Windows color (decimal): -1617670 or 16404711. OLE color: 16404711.

HSL color Cylindrical-coordinate representation of color #E750FA: hue angle of 293.29º 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 #E750FA is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 80 250 -
CMYK 0.08 0.68 0 0.02
HSL 293.29º 0.94% 0.65% -
HSV(B) 293.29º 0.68% 0.98% -
XYZ 53.08 29.63 93.36 -
YUV 144.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 231 80 250 0.08 0.68 0 0.02 293.29 0.94 0.65
Hex E7 50 FA 8 44 0 2 125 5E 41
Octal 347 120 372 10 104 0 2 445 136 101
Binary 11100111 1010000 11111010 1000 1000100 0 10 100100101 1011110 1000001

Color Harmonies of #E750FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750FA

Black with #E750FA

Text Example


Text Example

White with #E750FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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