Html Css Color HEX #E365BD Neon Pink

📋 copy color: '#E365BD'

red 227 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #E365BD

Tints of Neon Pink #E365BD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.54%

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

R = 43.91%
G = 19.54%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E365BD (or 0xE365BD) is known color: Neon Pink. HEX triplet: E3, 65 and BD. RGB value is (227,101,189). Sum of RGB (Red+Green+Blue) = 227+101+189=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E365BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365BD is #1C9A42. Grayscale: #949494. Windows color (decimal): -1874499 or 12412387. OLE color: 12412387.

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

Color convert

RGB 227 101 189 -
CMYK 0 0.56 0.17 0.11
HSL 318.1º 0.69% 0.64% -
HSV(B) 318.1º 0.56% 0.89% -
XYZ 45.52 29.31 51.4 -
YUV 148.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 227 101 189 0 0.56 0.17 0.11 318.1 0.69 0.64
Hex E3 65 BD 0 38 11 B 13E 45 40
Octal 343 145 275 0 70 21 13 476 105 100
Binary 11100011 1100101 10111101 0 111000 10001 1011 100111110 1000101 1000000

Color Harmonies of #E365BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365BD

Black with #E365BD

Text Example


Text Example

White with #E365BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365BD; }

 p { color: rgb(227,101,189); }

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

background-color css

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

 a { background-color: rgb(227,101,189); }

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

border-color css

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

 span { border-color: rgb(227,101,189); }

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