Html Css Color HEX #E461BD Neon Pink

📋 copy color: '#E461BD'

red 228 ◦ green 97 ◦ blue 189

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

Shades of Neon Pink #E461BD

Tints of Neon Pink #E461BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.87%

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

R = 44.36%
G = 18.87%
B = 36.77%

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

#E461BD (or 0xE461BD) is known color: Neon Pink. HEX triplet: E4, 61 and BD. RGB value is (228,97,189). Sum of RGB (Red+Green+Blue) = 228+97+189=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E461BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461BD is #1B9E42. Grayscale: #929292. Windows color (decimal): -1809987 or 12411364. OLE color: 12411364.

HSL color Cylindrical-coordinate representation of color #E461BD: hue angle of 317.86º 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 #E461BD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 97 189 -
CMYK 0 0.57 0.17 0.11
HSL 317.86º 0.71% 0.64% -
HSV(B) 317.86º 0.57% 0.89% -
XYZ 45.45 28.72 51.29 -
YUV 146.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 228 97 189 0 0.57 0.17 0.11 317.86 0.71 0.64
Hex E4 61 BD 0 39 11 B 13E 47 40
Octal 344 141 275 0 71 21 13 476 107 100
Binary 11100100 1100001 10111101 0 111001 10001 1011 100111110 1000111 1000000

Color Harmonies of #E461BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E461BD

Black with #E461BD

Text Example


Text Example

White with #E461BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E461BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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