Html Css Color HEX #E744FA Pink Flamingo

📋 copy color: '#E744FA'

red 231 ◦ green 68 ◦ blue 250

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

Shades of Pink Flamingo #E744FA

Tints of Pink Flamingo #E744FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.39%

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

R = 42.08%
G = 12.39%
B = 45.54%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E744FA (or 0xE744FA) is known color: Pink Flamingo. HEX triplet: E7, 44 and FA. RGB value is (231,68,250). Sum of RGB (Red+Green+Blue) = 231+68+250=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 68 (26.95% from 255 or 12.39% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #E744FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E744FA is #18BB05. Grayscale: #888888. Windows color (decimal): -1620742 or 16401639. OLE color: 16401639.

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

Color convert

RGB 231 68 250 -
CMYK 0.08 0.73 0 0.02
HSL 293.74º 0.95% 0.62% -
HSV(B) 293.74º 0.73% 0.98% -
XYZ 52.28 28.03 93.1 -
YUV 137.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 231 68 250 0.08 0.73 0 0.02 293.74 0.95 0.62
Hex E7 44 FA 8 49 0 2 126 5F 3E
Octal 347 104 372 10 111 0 2 446 137 76
Binary 11100111 1000100 11111010 1000 1001001 0 10 100100110 1011111 111110

Color Harmonies of #E744FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E744FA

Black with #E744FA

Text Example


Text Example

White with #E744FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E744FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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