Html Css Color HEX #E348FB Pink Flamingo

📋 copy color: '#E348FB'

red 227 ◦ green 72 ◦ blue 251

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

Shades of Pink Flamingo #E348FB

Tints of Pink Flamingo #E348FB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.09%

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

R = 41.27%
G = 13.09%
B = 45.64%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E348FB (or 0xE348FB) is known color: Pink Flamingo. HEX triplet: E3, 48 and FB. RGB value is (227,72,251). Sum of RGB (Red+Green+Blue) = 227+72+251=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #E348FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348FB is #1CB704. Grayscale: #8A8A8A. Windows color (decimal): -1881861 or 16468195. OLE color: 16468195.

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

Color convert

RGB 227 72 251 -
CMYK 0.10 0.71 0 0.02
HSL 291.96º 0.96% 0.63% -
HSV(B) 291.96º 0.71% 0.98% -
XYZ 51.41 27.93 93.95 -
YUV 138.75 191.35 190.95 -
System Red Green Blue C M Y K H S L
Decimal 227 72 251 0.10 0.71 0 0.02 291.96 0.96 0.63
Hex E3 48 FB A 47 0 2 124 60 3F
Octal 343 110 373 12 107 0 2 444 140 77
Binary 11100011 1001000 11111011 1010 1000111 0 10 100100100 1100000 111111

Color Harmonies of #E348FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348FB

Black with #E348FB

Text Example


Text Example

White with #E348FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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