Html Css Color HEX #E345FD Pink Flamingo

📋 copy color: '#E345FD'

red 227 ◦ green 69 ◦ blue 253

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

Shades of Pink Flamingo #E345FD

Tints of Pink Flamingo #E345FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 41.35%
G = 12.57%
B = 46.08%

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

#E345FD (or 0xE345FD) is known color: Pink Flamingo. HEX triplet: E3, 45 and FD. RGB value is (227,69,253). Sum of RGB (Red+Green+Blue) = 227+69+253=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #E345FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E345FD is #1CBA02. Grayscale: #888888. Windows color (decimal): -1882627 or 16598499. OLE color: 16598499.

HSL color Cylindrical-coordinate representation of color #E345FD: hue angle of 291.52º degrees, saturation: 0.98, 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 #E345FD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 69 253 -
CMYK 0.10 0.73 0 0.01
HSL 291.52º 0.98% 0.63% -
HSV(B) 291.52º 0.73% 0.99% -
XYZ 51.54 27.68 95.55 -
YUV 137.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 227 69 253 0.10 0.73 0 0.01 291.52 0.98 0.63
Hex E3 45 FD A 49 0 1 124 62 3F
Octal 343 105 375 12 111 0 1 444 142 77
Binary 11100011 1000101 11111101 1010 1001001 0 1 100100100 1100010 111111

Color Harmonies of #E345FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E345FD

Black with #E345FD

Text Example


Text Example

White with #E345FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E345FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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