Html Css Color HEX #E246FE Pink Flamingo

📋 copy color: '#E246FE'

red 226 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #E246FE

Tints of Pink Flamingo #E246FE

RGB

 RED value IS 226 (88.67% from 255) = 41.09%

 GREEN value IS 70 (27.73% from 255) = 12.73%

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

R = 41.09%
G = 12.73%
B = 46.18%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E246FE (or 0xE246FE) is known color: Pink Flamingo. HEX triplet: E2, 46 and FE. RGB value is (226,70,254). Sum of RGB (Red+Green+Blue) = 226+70+254=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 70 (27.73% from 255 or 12.73% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #E246FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E246FE is #1DB901. Grayscale: #898989. Windows color (decimal): -1947906 or 16664290. OLE color: 16664290.

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

Color convert

RGB 226 70 254 -
CMYK 0.11 0.72 0 0.00
HSL 290.87º 0.99% 0.64% -
HSV(B) 290.87º 0.72% 1% -
XYZ 51.44 27.7 96.4 -
YUV 137.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 226 70 254 0.11 0.72 0 0.00 290.87 0.99 0.64
Hex E2 46 FE B 48 0 0 123 63 40
Octal 342 106 376 13 110 0 0 443 143 100
Binary 11100010 1000110 11111110 1011 1001000 0 0 100100011 1100011 1000000

Color Harmonies of #E246FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E246FE

Black with #E246FE

Text Example


Text Example

White with #E246FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E246FE; }

 p { color: rgb(226,70,254); }

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

background-color css

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

 a { background-color: rgb(226,70,254); }

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

border-color css

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

 span { border-color: rgb(226,70,254); }

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