Html Css Color HEX #E666BD Neon Pink

📋 copy color: '#E666BD'

red 230 ◦ green 102 ◦ blue 189

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

Shades of Neon Pink #E666BD

Tints of Neon Pink #E666BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.58%

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

R = 44.15%
G = 19.58%
B = 36.28%

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

#E666BD (or 0xE666BD) is known color: Neon Pink. HEX triplet: E6, 66 and BD. RGB value is (230,102,189). Sum of RGB (Red+Green+Blue) = 230+102+189=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E666BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666BD is #199942. Grayscale: #959595. Windows color (decimal): -1677635 or 12412646. OLE color: 12412646.

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

Color convert

RGB 230 102 189 -
CMYK 0 0.56 0.18 0.10
HSL 319.22º 0.72% 0.65% -
HSV(B) 319.22º 0.56% 0.9% -
XYZ 46.57 30 51.48 -
YUV 150.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 230 102 189 0 0.56 0.18 0.10 319.22 0.72 0.65
Hex E6 66 BD 0 38 12 A 13F 48 41
Octal 346 146 275 0 70 22 12 477 110 101
Binary 11100110 1100110 10111101 0 111000 10010 1010 100111111 1001000 1000001

Color Harmonies of #E666BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666BD

Black with #E666BD

Text Example


Text Example

White with #E666BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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