Html Css Color HEX #E565BD Neon Pink

📋 copy color: '#E565BD'

red 229 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #E565BD

Tints of Neon Pink #E565BD

RGB

 RED value IS 229 (89.84% from 255) = 44.12%

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

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

R = 44.12%
G = 19.46%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E565BD (or 0xE565BD) is known color: Neon Pink. HEX triplet: E5, 65 and BD. RGB value is (229,101,189). Sum of RGB (Red+Green+Blue) = 229+101+189=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E565BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565BD is #1A9A42. Grayscale: #959595. Windows color (decimal): -1743427 or 12412389. OLE color: 12412389.

HSL color Cylindrical-coordinate representation of color #E565BD: hue angle of 318.75º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565BD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 101 189 -
CMYK 0 0.56 0.17 0.10
HSL 318.75º 0.71% 0.65% -
HSV(B) 318.75º 0.56% 0.9% -
XYZ 46.15 29.64 51.43 -
YUV 149.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 229 101 189 0 0.56 0.17 0.10 318.75 0.71 0.65
Hex E5 65 BD 0 38 11 A 13F 47 41
Octal 345 145 275 0 70 21 12 477 107 101
Binary 11100101 1100101 10111101 0 111000 10001 1010 100111111 1000111 1000001

Color Harmonies of #E565BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E565BD

Black with #E565BD

Text Example


Text Example

White with #E565BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E565BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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