Html Css Color HEX #E342FC Pink Flamingo

📋 copy color: '#E342FC'

red 227 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #E342FC

Tints of Pink Flamingo #E342FC

RGB

 RED value IS 227 (89.06% from 255) = 41.65%

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

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

R = 41.65%
G = 12.11%
B = 46.24%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E342FC (or 0xE342FC) is known color: Pink Flamingo. HEX triplet: E3, 42 and FC. RGB value is (227,66,252). Sum of RGB (Red+Green+Blue) = 227+66+252=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #E342FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E342FC is #1CBD03. Grayscale: #868686. Windows color (decimal): -1883396 or 16532195. OLE color: 16532195.

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

Color convert

RGB 227 66 252 -
CMYK 0.10 0.74 0 0.01
HSL 291.94º 0.97% 0.62% -
HSV(B) 291.94º 0.74% 0.99% -
XYZ 51.2 27.26 94.66 -
YUV 135.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 227 66 252 0.10 0.74 0 0.01 291.94 0.97 0.62
Hex E3 42 FC A 4A 0 1 124 61 3E
Octal 343 102 374 12 112 0 1 444 141 76
Binary 11100011 1000010 11111100 1010 1001010 0 1 100100100 1100001 111110

Color Harmonies of #E342FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E342FC

Black with #E342FC

Text Example


Text Example

White with #E342FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E342FC; }

 p { color: rgb(227,66,252); }

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

background-color css

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

 a { background-color: rgb(227,66,252); }

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

border-color css

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

 span { border-color: rgb(227,66,252); }

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