Html Css Color HEX #E748FA Pink Flamingo

📋 copy color: '#E748FA'

red 231 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #E748FA

Tints of Pink Flamingo #E748FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.02%

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

R = 41.77%
G = 13.02%
B = 45.21%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E748FA (or 0xE748FA) is known color: Pink Flamingo. HEX triplet: E7, 48 and FA. RGB value is (231,72,250). Sum of RGB (Red+Green+Blue) = 231+72+250=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 72 (28.52% from 255 or 13.02% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #E748FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E748FA is #18B705. Grayscale: #8B8B8B. Windows color (decimal): -1619718 or 16402663. OLE color: 16402663.

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

Color convert

RGB 231 72 250 -
CMYK 0.08 0.71 0 0.02
HSL 293.6º 0.95% 0.63% -
HSV(B) 293.6º 0.71% 0.98% -
XYZ 52.53 28.53 93.18 -
YUV 139.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 231 72 250 0.08 0.71 0 0.02 293.6 0.95 0.63
Hex E7 48 FA 8 47 0 2 126 5F 3F
Octal 347 110 372 10 107 0 2 446 137 77
Binary 11100111 1001000 11111010 1000 1000111 0 10 100100110 1011111 111111

Color Harmonies of #E748FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E748FA

Black with #E748FA

Text Example


Text Example

White with #E748FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E748FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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