Html Css Color HEX #E345FB Pink Flamingo

📋 copy color: '#E345FB'

red 227 ◦ green 69 ◦ blue 251

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

Shades of Pink Flamingo #E345FB

Tints of Pink Flamingo #E345FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 41.5%
G = 12.61%
B = 45.89%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E345FB (or 0xE345FB) is known color: Pink Flamingo. HEX triplet: E3, 45 and FB. RGB value is (227,69,251). Sum of RGB (Red+Green+Blue) = 227+69+251=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 69 (27.34% from 255 or 12.61% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #E345FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E345FB is #1CBA04. Grayscale: #888888. Windows color (decimal): -1882629 or 16467427. OLE color: 16467427.

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

Color convert

RGB 227 69 251 -
CMYK 0.10 0.73 0 0.02
HSL 292.09º 0.96% 0.63% -
HSV(B) 292.09º 0.73% 0.98% -
XYZ 51.22 27.55 93.89 -
YUV 136.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 227 69 251 0.10 0.73 0 0.02 292.09 0.96 0.63
Hex E3 45 FB A 49 0 2 124 60 3F
Octal 343 105 373 12 111 0 2 444 140 77
Binary 11100011 1000101 11111011 1010 1001001 0 10 100100100 1100000 111111

Color Harmonies of #E345FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E345FB

Black with #E345FB

Text Example


Text Example

White with #E345FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E345FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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