Html Css Color HEX #E741FA Pink Flamingo

📋 copy color: '#E741FA'

red 231 ◦ green 65 ◦ blue 250

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

Shades of Pink Flamingo #E741FA

Tints of Pink Flamingo #E741FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.9%

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

R = 42.31%
G = 11.9%
B = 45.79%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E741FA (or 0xE741FA) is known color: Pink Flamingo. HEX triplet: E7, 41 and FA. RGB value is (231,65,250). Sum of RGB (Red+Green+Blue) = 231+65+250=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #E741FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E741FA is #18BE05. Grayscale: #878787. Windows color (decimal): -1621510 or 16400871. OLE color: 16400871.

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

Color convert

RGB 231 65 250 -
CMYK 0.08 0.74 0 0.02
HSL 293.84º 0.95% 0.62% -
HSV(B) 293.84º 0.74% 0.98% -
XYZ 52.1 27.67 93.04 -
YUV 135.72 192.5 195.96 -
System Red Green Blue C M Y K H S L
Decimal 231 65 250 0.08 0.74 0 0.02 293.84 0.95 0.62
Hex E7 41 FA 8 4A 0 2 126 5F 3E
Octal 347 101 372 10 112 0 2 446 137 76
Binary 11100111 1000001 11111010 1000 1001010 0 10 100100110 1011111 111110

Color Harmonies of #E741FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E741FA

Black with #E741FA

Text Example


Text Example

White with #E741FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E741FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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