Html Css Color HEX #E742FA Pink Flamingo

📋 copy color: '#E742FA'

red 231 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #E742FA

Tints of Pink Flamingo #E742FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.07%

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

R = 42.23%
G = 12.07%
B = 45.7%

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

#E742FA (or 0xE742FA) is known color: Pink Flamingo. HEX triplet: E7, 42 and FA. RGB value is (231,66,250). Sum of RGB (Red+Green+Blue) = 231+66+250=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 66 (26.17% from 255 or 12.07% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #E742FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742FA is #18BD05. Grayscale: #878787. Windows color (decimal): -1621254 or 16401127. OLE color: 16401127.

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

Color convert

RGB 231 66 250 -
CMYK 0.08 0.74 0 0.02
HSL 293.8º 0.95% 0.62% -
HSV(B) 293.8º 0.74% 0.98% -
XYZ 52.16 27.79 93.06 -
YUV 136.31 192.16 195.54 -
System Red Green Blue C M Y K H S L
Decimal 231 66 250 0.08 0.74 0 0.02 293.8 0.95 0.62
Hex E7 42 FA 8 4A 0 2 126 5F 3E
Octal 347 102 372 10 112 0 2 446 137 76
Binary 11100111 1000010 11111010 1000 1001010 0 10 100100110 1011111 111110

Color Harmonies of #E742FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742FA

Black with #E742FA

Text Example


Text Example

White with #E742FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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