Html Css Color HEX #E369C0 Neon Pink

📋 copy color: '#E369C0'

red 227 ◦ green 105 ◦ blue 192

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

Shades of Neon Pink #E369C0

Tints of Neon Pink #E369C0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.04%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 43.32%
G = 20.04%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E369C0 (or 0xE369C0) is known color: Neon Pink. HEX triplet: E3, 69 and C0. RGB value is (227,105,192). Sum of RGB (Red+Green+Blue) = 227+105+192=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E369C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369C0 is #1C963F. Grayscale: #979797. Windows color (decimal): -1873472 or 12610019. OLE color: 12610019.

HSL color Cylindrical-coordinate representation of color #E369C0: hue angle of 317.21º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369C0 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 105 192 -
CMYK 0 0.54 0.15 0.11
HSL 317.21º 0.69% 0.65% -
HSV(B) 317.21º 0.54% 0.89% -
XYZ 46.24 30.24 53.27 -
YUV 151.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 227 105 192 0 0.54 0.15 0.11 317.21 0.69 0.65
Hex E3 69 C0 0 36 F B 13D 45 41
Octal 343 151 300 0 66 17 13 475 105 101
Binary 11100011 1101001 11000000 0 110110 1111 1011 100111101 1000101 1000001

Color Harmonies of #E369C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E369C0

Black with #E369C0

Text Example


Text Example

White with #E369C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E369C0; }

 p { color: rgb(227,105,192); }

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

background-color css

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

 a { background-color: rgb(227,105,192); }

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

border-color css

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

 span { border-color: rgb(227,105,192); }

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