Html Css Color HEX #E340FF Pink Flamingo

📋 copy color: '#E340FF'

red 227 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #E340FF

Tints of Pink Flamingo #E340FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.72%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 41.58%
G = 11.72%
B = 46.7%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E340FF (or 0xE340FF) is known color: Pink Flamingo. HEX triplet: E3, 40 and FF. RGB value is (227,64,255). Sum of RGB (Red+Green+Blue) = 227+64+255=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 64 (25.39% from 255 or 11.72% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #E340FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E340FF is #1CBF00. Grayscale: #858585. Windows color (decimal): -1883905 or 16728291. OLE color: 16728291.

HSL color Cylindrical-coordinate representation of color #E340FF: hue angle of 291.2º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E340FF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 64 255 -
CMYK 0.11 0.75 0 0
HSL 291.2º 1% 0.63% -
HSV(B) 291.2º 0.75% 1% -
XYZ 51.56 27.22 97.14 -
YUV 134.51 196 193.97 -
System Red Green Blue C M Y K H S L
Decimal 227 64 255 0.11 0.75 0 0 291.2 1 0.63
Hex E3 40 FF B 4B 0 0 123 64 3F
Octal 343 100 377 13 113 0 0 443 144 77
Binary 11100011 1000000 11111111 1011 1001011 0 0 100100011 1100100 111111

Color Harmonies of #E340FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340FF

Black with #E340FF

Text Example


Text Example

White with #E340FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340FF; }

 p { color: rgb(227,64,255); }

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

background-color css

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

 a { background-color: rgb(227,64,255); }

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

border-color css

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

 span { border-color: rgb(227,64,255); }

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