Html Css Color HEX #E246FC Pink Flamingo

📋 copy color: '#E246FC'

red 226 ◦ green 70 ◦ blue 252

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

Shades of Pink Flamingo #E246FC

Tints of Pink Flamingo #E246FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 41.24%
G = 12.77%
B = 45.99%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E246FC (or 0xE246FC) is known color: Pink Flamingo. HEX triplet: E2, 46 and FC. RGB value is (226,70,252). Sum of RGB (Red+Green+Blue) = 226+70+252=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 70 (27.73% from 255 or 12.77% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #E246FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E246FC is #1DB903. Grayscale: #888888. Windows color (decimal): -1947908 or 16533218. OLE color: 16533218.

HSL color Cylindrical-coordinate representation of color #E246FC: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E246FC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 70 252 -
CMYK 0.10 0.72 0 0.01
HSL 291.43º 0.97% 0.63% -
HSV(B) 291.43º 0.72% 0.99% -
XYZ 51.12 27.58 94.72 -
YUV 137.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 226 70 252 0.10 0.72 0 0.01 291.43 0.97 0.63
Hex E2 46 FC A 48 0 1 123 61 3F
Octal 342 106 374 12 110 0 1 443 141 77
Binary 11100010 1000110 11111100 1010 1001000 0 1 100100011 1100001 111111

Color Harmonies of #E246FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E246FC

Black with #E246FC

Text Example


Text Example

White with #E246FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E246FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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