Html Css Color HEX #E765BD Neon Pink

📋 copy color: '#E765BD'

red 231 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #E765BD

Tints of Neon Pink #E765BD

RGB

 RED value IS 231 (90.63% from 255) = 44.34%

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

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

R = 44.34%
G = 19.39%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E765BD (or 0xE765BD) is known color: Neon Pink. HEX triplet: E7, 65 and BD. RGB value is (231,101,189). Sum of RGB (Red+Green+Blue) = 231+101+189=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E765BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765BD is #189A42. Grayscale: #959595. Windows color (decimal): -1612355 or 12412391. OLE color: 12412391.

HSL color Cylindrical-coordinate representation of color #E765BD: hue angle of 319.38º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765BD is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 189 -
CMYK 0 0.56 0.18 0.09
HSL 319.38º 0.73% 0.65% -
HSV(B) 319.38º 0.56% 0.91% -
XYZ 46.79 29.97 51.46 -
YUV 149.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 231 101 189 0 0.56 0.18 0.09 319.38 0.73 0.65
Hex E7 65 BD 0 38 12 9 13F 49 41
Octal 347 145 275 0 70 22 11 477 111 101
Binary 11100111 1100101 10111101 0 111000 10010 1001 100111111 1001001 1000001

Color Harmonies of #E765BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E765BD

Black with #E765BD

Text Example


Text Example

White with #E765BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E765BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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