Html Css Color HEX #E066BB Neon Pink

📋 copy color: '#E066BB'

red 224 ◦ green 102 ◦ blue 187

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

Shades of Neon Pink #E066BB

Tints of Neon Pink #E066BB

RGB

 RED value IS 224 (87.89% from 255) = 43.66%

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 43.66%
G = 19.88%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E066BB (or 0xE066BB) is known color: Neon Pink. HEX triplet: E0, 66 and BB. RGB value is (224,102,187). Sum of RGB (Red+Green+Blue) = 224+102+187=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E066BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066BB is #1F9944. Grayscale: #939393. Windows color (decimal): -2070853 or 12281568. OLE color: 12281568.

HSL color Cylindrical-coordinate representation of color #E066BB: hue angle of 318.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E066BB is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 187 -
CMYK 0 0.54 0.17 0.12
HSL 318.2º 0.66% 0.64% -
HSV(B) 318.2º 0.54% 0.88% -
XYZ 44.46 28.94 50.26 -
YUV 148.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 224 102 187 0 0.54 0.17 0.12 318.2 0.66 0.64
Hex E0 66 BB 0 36 11 C 13E 42 40
Octal 340 146 273 0 66 21 14 476 102 100
Binary 11100000 1100110 10111011 0 110110 10001 1100 100111110 1000010 1000000

Color Harmonies of #E066BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066BB

Black with #E066BB

Text Example


Text Example

White with #E066BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066BB; }

 p { color: rgb(224,102,187); }

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

background-color css

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

 a { background-color: rgb(224,102,187); }

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

border-color css

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

 span { border-color: rgb(224,102,187); }

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