Html Css Color HEX #E462BD Neon Pink

📋 copy color: '#E462BD'

red 228 ◦ green 98 ◦ blue 189

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

Shades of Neon Pink #E462BD

Tints of Neon Pink #E462BD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.03%

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 44.27%
G = 19.03%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E462BD (or 0xE462BD) is known color: Neon Pink. HEX triplet: E4, 62 and BD. RGB value is (228,98,189). Sum of RGB (Red+Green+Blue) = 228+98+189=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E462BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E462BD is #1B9D42. Grayscale: #939393. Windows color (decimal): -1809731 or 12411620. OLE color: 12411620.

HSL color Cylindrical-coordinate representation of color #E462BD: hue angle of 318º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E462BD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 98 189 -
CMYK 0 0.57 0.17 0.11
HSL 318º 0.71% 0.64% -
HSV(B) 318º 0.57% 0.89% -
XYZ 45.55 28.9 51.32 -
YUV 147.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 228 98 189 0 0.57 0.17 0.11 318 0.71 0.64
Hex E4 62 BD 0 39 11 B 13E 47 40
Octal 344 142 275 0 71 21 13 476 107 100
Binary 11100100 1100010 10111101 0 111001 10001 1011 100111110 1000111 1000000

Color Harmonies of #E462BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E462BD

Black with #E462BD

Text Example


Text Example

White with #E462BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E462BD; }

 p { color: rgb(228,98,189); }

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

background-color css

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

 a { background-color: rgb(228,98,189); }

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

border-color css

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

 span { border-color: rgb(228,98,189); }

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