Html Css Color HEX #E742FE Pink Flamingo

📋 copy color: '#E742FE'

red 231 ◦ green 66 ◦ blue 254

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

Shades of Pink Flamingo #E742FE

Tints of Pink Flamingo #E742FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 41.92%
G = 11.98%
B = 46.1%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E742FE (or 0xE742FE) is known color: Pink Flamingo. HEX triplet: E7, 42 and FE. RGB value is (231,66,254). Sum of RGB (Red+Green+Blue) = 231+66+254=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 66 (26.17% from 255 or 11.98% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #E742FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742FE is #18BD01. Grayscale: #888888. Windows color (decimal): -1621250 or 16663271. OLE color: 16663271.

HSL color Cylindrical-coordinate representation of color #E742FE: hue angle of 292.66º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E742FE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 66 254 -
CMYK 0.09 0.74 0 0.00
HSL 292.66º 0.99% 0.63% -
HSV(B) 292.66º 0.74% 1% -
XYZ 52.79 28.04 96.4 -
YUV 136.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 231 66 254 0.09 0.74 0 0.00 292.66 0.99 0.63
Hex E7 42 FE 9 4A 0 0 125 63 3F
Octal 347 102 376 11 112 0 0 445 143 77
Binary 11100111 1000010 11111110 1001 1001010 0 0 100100101 1100011 111111

Color Harmonies of #E742FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E742FE

Black with #E742FE

Text Example


Text Example

White with #E742FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E742FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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