Html Css Color HEX #E345FC Pink Flamingo

📋 copy color: '#E345FC'

red 227 ◦ green 69 ◦ blue 252

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

Shades of Pink Flamingo #E345FC

Tints of Pink Flamingo #E345FC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.59%

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

R = 41.42%
G = 12.59%
B = 45.99%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E345FC (or 0xE345FC) is known color: Pink Flamingo. HEX triplet: E3, 45 and FC. RGB value is (227,69,252). Sum of RGB (Red+Green+Blue) = 227+69+252=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 69 (27.34% from 255 or 12.59% 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 #E345FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E345FC is #1CBA03. Grayscale: #888888. Windows color (decimal): -1882628 or 16532963. OLE color: 16532963.

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

Color convert

RGB 227 69 252 -
CMYK 0.10 0.73 0 0.01
HSL 291.8º 0.97% 0.63% -
HSV(B) 291.8º 0.73% 0.99% -
XYZ 51.38 27.62 94.72 -
YUV 137.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 227 69 252 0.10 0.73 0 0.01 291.8 0.97 0.63
Hex E3 45 FC A 49 0 1 124 61 3F
Octal 343 105 374 12 111 0 1 444 141 77
Binary 11100011 1000101 11111100 1010 1001001 0 1 100100100 1100001 111111

Color Harmonies of #E345FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E345FC

Black with #E345FC

Text Example


Text Example

White with #E345FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E345FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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