Html Css Color HEX #E665BD Neon Pink

📋 copy color: '#E665BD'

red 230 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #E665BD

Tints of Neon Pink #E665BD

RGB

 RED value IS 230 (90.23% from 255) = 44.23%

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

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

R = 44.23%
G = 19.42%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E665BD (or 0xE665BD) is known color: Neon Pink. HEX triplet: E6, 65 and BD. RGB value is (230,101,189). Sum of RGB (Red+Green+Blue) = 230+101+189=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E665BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665BD is #199A42. Grayscale: #959595. Windows color (decimal): -1677891 or 12412390. OLE color: 12412390.

HSL color Cylindrical-coordinate representation of color #E665BD: hue angle of 319.07º degrees, saturation: 0.72, 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 #E665BD is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 101 189 -
CMYK 0 0.56 0.18 0.10
HSL 319.07º 0.72% 0.65% -
HSV(B) 319.07º 0.56% 0.9% -
XYZ 46.47 29.8 51.45 -
YUV 149.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 230 101 189 0 0.56 0.18 0.10 319.07 0.72 0.65
Hex E6 65 BD 0 38 12 A 13F 48 41
Octal 346 145 275 0 70 22 12 477 110 101
Binary 11100110 1100101 10111101 0 111000 10010 1010 100111111 1001000 1000001

Color Harmonies of #E665BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E665BD

Black with #E665BD

Text Example


Text Example

White with #E665BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E665BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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