Html Css Color HEX #E468C0 Neon Pink

📋 copy color: '#E468C0'

red 228 ◦ green 104 ◦ blue 192

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

Shades of Neon Pink #E468C0

Tints of Neon Pink #E468C0

RGB

 RED value IS 228 (89.45% from 255) = 43.51%

 GREEN value IS 104 (41.02% from 255) = 19.85%

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

R = 43.51%
G = 19.85%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E468C0 (or 0xE468C0) is known color: Neon Pink. HEX triplet: E4, 68 and C0. RGB value is (228,104,192). Sum of RGB (Red+Green+Blue) = 228+104+192=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E468C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468C0 is #1B973F. Grayscale: #969696. Windows color (decimal): -1808192 or 12609764. OLE color: 12609764.

HSL color Cylindrical-coordinate representation of color #E468C0: hue angle of 317.42º degrees, saturation: 0.7, 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 #E468C0 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 104 192 -
CMYK 0 0.54 0.16 0.11
HSL 317.42º 0.7% 0.65% -
HSV(B) 317.42º 0.54% 0.89% -
XYZ 46.46 30.2 53.25 -
YUV 151.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 228 104 192 0 0.54 0.16 0.11 317.42 0.7 0.65
Hex E4 68 C0 0 36 10 B 13D 46 41
Octal 344 150 300 0 66 20 13 475 106 101
Binary 11100100 1101000 11000000 0 110110 10000 1011 100111101 1000110 1000001

Color Harmonies of #E468C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E468C0

Black with #E468C0

Text Example


Text Example

White with #E468C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E468C0; }

 p { color: rgb(228,104,192); }

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

background-color css

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

 a { background-color: rgb(228,104,192); }

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

border-color css

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

 span { border-color: rgb(228,104,192); }

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