Html Css Color HEX #E342FF Pink Flamingo

📋 copy color: '#E342FF'

red 227 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #E342FF

Tints of Pink Flamingo #E342FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.04%

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

R = 41.42%
G = 12.04%
B = 46.53%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E342FF (or 0xE342FF) is known color: Pink Flamingo. HEX triplet: E3, 42 and FF. RGB value is (227,66,255). Sum of RGB (Red+Green+Blue) = 227+66+255=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 66 (26.17% from 255 or 12.04% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #E342FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E342FF is #1CBD00. Grayscale: #878787. Windows color (decimal): -1883393 or 16728803. OLE color: 16728803.

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

Color convert

RGB 227 66 255 -
CMYK 0.11 0.74 0 0
HSL 291.11º 1% 0.63% -
HSV(B) 291.11º 0.74% 1% -
XYZ 51.68 27.45 97.18 -
YUV 135.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 227 66 255 0.11 0.74 0 0 291.11 1 0.63
Hex E3 42 FF B 4A 0 0 123 64 3F
Octal 343 102 377 13 112 0 0 443 144 77
Binary 11100011 1000010 11111111 1011 1001010 0 0 100100011 1100100 111111

Color Harmonies of #E342FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E342FF

Black with #E342FF

Text Example


Text Example

White with #E342FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E342FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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