Html Css Color HEX #E66CBF Neon Pink

📋 copy color: '#E66CBF'

red 230 ◦ green 108 ◦ blue 191

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

Shades of Neon Pink #E66CBF

Tints of Neon Pink #E66CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.42%

 BLUE value IS 191 (75% from 255) = 36.11%

R = 43.48%
G = 20.42%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E66CBF (or 0xE66CBF) is known color: Neon Pink. HEX triplet: E6, 6C and BF. RGB value is (230,108,191). Sum of RGB (Red+Green+Blue) = 230+108+191=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66CBF is #199340. Grayscale: #999999. Windows color (decimal): -1676097 or 12545254. OLE color: 12545254.

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

Color convert

RGB 230 108 191 -
CMYK 0 0.53 0.17 0.10
HSL 319.18º 0.71% 0.66% -
HSV(B) 319.18º 0.53% 0.9% -
XYZ 47.4 31.31 52.84 -
YUV 153.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 230 108 191 0 0.53 0.17 0.10 319.18 0.71 0.66
Hex E6 6C BF 0 35 11 A 13F 47 42
Octal 346 154 277 0 65 21 12 477 107 102
Binary 11100110 1101100 10111111 0 110101 10001 1010 100111111 1000111 1000010

Color Harmonies of #E66CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66CBF

Black with #E66CBF

Text Example


Text Example

White with #E66CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66CBF; }

 p { color: rgb(230,108,191); }

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

background-color css

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

 a { background-color: rgb(230,108,191); }

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

border-color css

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

 span { border-color: rgb(230,108,191); }

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